Cumulus. Changing an assets path
Cumulus. Changing an assets path
- Subject: Cumulus. Changing an assets path
- From: Kelvin Aitken <email@hidden>
- Date: Wed, 31 Jul 2002 08:35:06 +1000
- Organization: Marine Themes Stock Library
I want a script that changes the path of an asset in Cumulus. So far I have this script that gets the path of a given record:
tell application "Cumulus S5.0"
activate
tell front collection
set myPath to path of asset reference 1 of record 1
get myPath
end tell
end tell
The "get" command shows this in the results window:
"*:Big Mother:Macintosh HD:Desktop Folder:My images:Houses:Domestic:WLG 33399.jpg"
which shows the complete path to the first record's asset.
My question is: after manipulating the path string how do I set the new path in Cumulus. e.g. How would I do something like "set the asset reference 1 of record 1 to myNewPath"
Kelvin.
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.