Re: Duplicate with replacing
Re: Duplicate with replacing
- Subject: Re: Duplicate with replacing
- From: Michelle Steiner <email@hidden>
- Date: Thu, 10 Feb 2005 00:10:11 -0700
On Feb 9, 2005, at 11:56 PM, Bernard Azancot wrote:
make new properties at <where folder B should be> with properties
{name: folder B's name}
Sorry, that's a typo; it should be "make new folder at..."
In real coding what would it be ?
set folderLocation to path to desktop as text --using desktop for sake
of example.
set folderName to "test folder"
tell application "Finder"
if not (exists folder (folderLocation & folderName)) then
make new folder at folder folderLocation with properties
{name:folderName}
end if
end tell
The "proprerties" concept is quite cryptic to me. Sorry to bother
Michelle.
I don't blame you for not being able to figure out my typo.
-- Michelle
--
Grandparents and grandchildren are natural allies.
They share the same enemies.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden