Re: make a new folder within an exisitng folder
Re: make a new folder within an exisitng folder
- Subject: Re: make a new folder within an exisitng folder
- From: Michelle Steiner <email@hidden>
- Date: Thu, 29 Sep 2005 09:01:13 -0700
On Sep 29, 2005, at 8:54 AM, Bob Cuilla wrote:
I would like to make a new folder "myFolder" within an existing
folder "ABC". Can this be done? I would prefer to have the new
folder actually created inside the existing folder rather than
first creating it and then moving it.
set abc to alias ((path to startup disk as text) & "ABC")
tell application "Finder"
make new folder at abc with properties {name:"my folder"}
end tell
-- Michelle
--
The problem with political jokes is that too many of them get elected.
_______________________________________________
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