Get Digital Resource Paths

Get Digital Resource Paths

The Get Digital Resource Paths command retrieves file paths for digital resources using digital resource IDs.

Get Digital Resource Paths digital_resource_ids

 

Result: list_of_files

 

Arguments

Type

Description

digital_resource_ids

List

The integer digital resource IDs of the files to be found.

list_of_files

List

List of AppleShare file/folder paths.

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


Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.