QuickTime 7 Original File now posix path - Is this a bug?
QuickTime 7 Original File now posix path - Is this a bug?
- Subject: QuickTime 7 Original File now posix path - Is this a bug?
- From: Laine Lee <email@hidden>
- Date: Mon, 09 May 2005 13:31:56 -0500
In QuickTime 5-6 I could do this:
set the original_file to the original file of movie 1
Then I could do this:
tell application "Finder"
set the parent_folder to the container of the original_file
end tell
In QuickTime 7 I have to do this:
tell application "Finder"
set the parent_folder to the container of ((POSIX file original_file) as
alias)
end tell
Why?
What I'm getting at is if I fix this in my scripts, is it likely to change
back because it's wrong?
--
Laine Lee
email@hidden
http://lonestar.utsa.edu/llee
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden