The Get Digital Resource Paths command retrieves file paths for digital resources using digital resource IDs.
Get Digital Resource Paths digital_resource_ids
Example: Determine the paths of several files and verify that each digital resource exists in the database.
tell application "Virtual Ticket 8.0"
set ids to Add Files¬
{"Jobs:000001 - Rockport Spring Cat:Brochure"¬
,"Jobs:000002 - Builders Catalogue:Annual Report"}
set paths to Get Digital Resource Paths ids
set allDigitalResourcesExist to ("" is not in paths)
end tell