Re: New Folder at a specified path
Re: New Folder at a specified path
- Subject: Re: New Folder at a specified path
- From: Michelle Steiner <email@hidden>
- Date: Fri, 2 Aug 2002 17:45:34 -0700
set pathtofolder to "Disk:folder:"
tell application "Finder" to make new folder at folder pathtofolder with
properties {name:"newFolder}
--Michelle
On Friday, August 2, 2002, at 05:32 PM, email@hidden wrote:
I'm trying this:
set pathToFolder to "Disk:Folder:newFolder"
tell application finder to make a new folder at pathToFolder
We're not human beings having a spiritual experience.
We're spiritual beings having a human experience.
_______________________________________________
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.