Path problems - help!
Path problems - help!
- Subject: Path problems - help!
- From: Scott Schrader <email@hidden>
- Date: Mon, 10 Jun 2002 13:34:05 -0700
I got the path from another script (part of it below this sentence) that
has me choose the actual file through a dialog box, so I can't
understand why this path (Below Underlined) won't work.
set thisMoviePath to theFolder & (mov as string) -- create the path
Here is a little test script below:
tell application "QuickTime Player"
set test to (open "100G:Media:Automation Example:compositing:m1.mov ")
end tell
Here is the event log: tell application "QuickTime Player"
open "100G:Media:Automation Example:compositing:m1.mov"
--> current application
end tell
The script won't open m1.mov it will only create the event log :-( .
--
Regards,
Scott Schrader
Video Integrations
_______________________________________________
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.