Re: making a new folder
Re: making a new folder
- Subject: Re: making a new folder
- From: Michelle Steiner <email@hidden>
- Date: Thu, 1 Aug 2002 14:53:51 -0700
This works:
tell application "Finder"
make new folder at "Dora:Users:Michelle:Desktop:" with properties
{name:"Backup 8-01-02"}
end tell
--Michelle
On Thursday, August 1, 2002, at 12:27 PM, Chris Garaffa wrote:
Hopefully, there's a simple answer to a basic question: How do I create
a new folder in MacOS X with AS? Say I'm user filemak, and I want to
create the folder "Backup 8-01-02" on my desktop. I tried:
make new folder at "Data:Users:filemak:Desktop:Backup 8-01-02"
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.