Re: Create New Folder
Re: Create New Folder
- Subject: Re: Create New Folder
- From: JoePostscript <email@hidden>
- Date: Tue, 08 Oct 2002 16:17:50 -0400
Here Buddy,
Try this out.
--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"
set SR_FolderDest to "Macintosh HD:Desktop Folder:Fantakap:XLS:cartella:"
-- you were missing the ":" at the end of that path,
-- indicating that cartella was a file...
make new folder at alias SR_FolderDest with properties {name:"pippo"}
end tell
Regards,
--
Joe Postscript...
_______________________________________________
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.