Create New Folder
Create New Folder
- Subject: Create New Folder
- From: "rhyme" <email@hidden>
- 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
Thanks to all who help me !
bye
_______________________________________________
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.