Re: Create New Folder
Re: Create New Folder
- Subject: Re: Create New Folder
- From: Doug Borngasser <email@hidden>
- Date: Tue, 8 Oct 2002 14:47:50 -0700
I have used the following with my machine (OS X.1.5).
tell application "finder"
make folder of alias "diskname:subfolder:" with properties {name:"Seqfiles"}
end tell
Doug
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
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.