Re: File IDs -> paths
Re: File IDs -> paths
- Subject: Re: File IDs -> paths
- From: Bryan <email@hidden>
- Date: Sat, 10 Feb 2001 16:37:55 -0500
- Organization: Apex Radiology
tell application "Finder"
set theApp to name of application file id "TBB6"
open application file id "TBB6"
end tell
tell application theApp
activate
end tell
set appath to (path to <<constant afdregfp>>)
tell application "Finder"
activate
set the clipboard to appath as text
end tell
Bryan Kaufman
Nigel Smith wrote:
>
Dear All,
>
>
It's trivial to get a file's id if you know the path to the file. Can you
>
go the other way, and find the path to a file if you know its id?
>
>
TIA,
>
>
Nigel
>
_______________________________________________
>
applescript-users mailing list
>
email@hidden
>
http://www.lists.apple.com/mailman/listinfo/applescript-users