Re: [Q] How to get a containing folder of a given file?
Re: [Q] How to get a containing folder of a given file?
- Subject: Re: [Q] How to get a containing folder of a given file?
- From: david <email@hidden>
- Date: Wed, 20 Sep 2006 02:07:18 -0400
this actually works with by adding as string
tell application "Finder"
set my_file_path to path to desktop folder
-- get container of my_file_path as text
set directory_path to (container of my_file_path) as string
end tell
On Sep 20, 2006, at 1:56 AM, JongAm Park wrote:
Hello, David.
Actually finding path works for me.
However finding "containing folder" doesn't work for me.
It is what I need.
_______________________________________________
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