Re: File path info
Re: File path info
- Subject: Re: File path info
- From: John Adam Bloom <email@hidden>
- Date: Tue, 2 Mar 2004 07:04:25 -0600
Or you can be an Applescripter and try this:
tell application "Finder"
activate
set daFolder to folder of (choose file) as text
display dialog daFolder
end tell
Enjoy.
JB
John Adam Bloom
Systems Consultant
ACTC
email@hidden
_______________________________________________
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.