AppleScript "Import" Command
Has anyone had any experience with the AppleScript "Import" command in EM2?
From the EM2 AppleScript dictionary.
Try as I may, I cannot get the correct form of "file specification". I've tried every form I know of in AppleScript.
Can anyone provide me a worked example?
From the EM2 AppleScript dictionary.
import v : import a single media file to a catalog
import file specification : file specification
[at location specifier] : the location to import
→ specifier : to the new object(s)
Try as I may, I cannot get the correct form of "file specification". I've tried every form I know of in AppleScript.
Can anyone provide me a worked example?
0
-
try this:
tell window 1 of application "Expression Media 2"
set theFile to choose file
set NewMedia to import theFile at beginning
end tell0
投稿コメントは受け付けていません。
コメント
1件のコメント