Re: Create New Folder
Re: Create New Folder
- Subject: Re: Create New Folder
- From: "Marc K. Myers" <email@hidden>
- Date: Tue, 8 Oct 2002 14:47:16 -0400
From: "rhyme" <email@hidden>
To: <email@hidden>
Subject: Create New Folder
Date: Tue, 8 Oct 2002 19:56:12 +0200
How can i create a new folder in a different directory then desktop ?
i use this script
tell application "Finder"
activate
set newFolder to (make new folder at desktop)
set name of newFolder to "pippo"
end tell
i want to create the folder "pippo" into the folder "cartella" that is
in
Macintosh HD:Desktop Folder:Fantakap:XLS:cartella
if i write the directory instead of desktop in the script i have a key
error
tell application "Finder"
make new folder at folder "Macintosh HD:Desktop
Folder:Fantakap:XLS:cartella:" with properties {name:"pippo"}
end tell
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[10/08/02 2:46:24 PM]
_______________________________________________
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.