Re: Folders within folders
Re: Folders within folders
- Subject: Re: Folders within folders
- From: Dave Lyons <email@hidden>
- Date: Wed, 19 Oct 2005 17:14:37 -0700
On Oct 19, 2005, at 2:34 PM, Louis Genovese wrote:
I'm trying to make a simple script with which I can right-click in
a folder and create a new directory within that folder, that
contains more folders.
A structure like this:
Right Click in a folder and create these folders:
New Project Folder
Folder 1
Folder 2
Folder 3
Folder 4
Subfolder 1 (in Folder 4)
I can create a new folder simply enough, but I'm having trouble
then targeting the newly created folder for the next action.
If you're asking Finder to do the work, and you need to refer to the
folder you just created, that should be straightforward:
tell application "Finder"
set foo to make new folder at desktop
set bar to make new folder at foo
end tell
Maybe I don't understand the question. Cheers,
--Dave
_______________________________________________
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