Re: Duplicate with replacing
Re: Duplicate with replacing
- Subject: Re: Duplicate with replacing
- From: Bernard Azancot <email@hidden>
- Date: Thu, 10 Feb 2005 08:27:40 +0100
Le 10 févr. 05, à 08:10, Michelle Steiner a écrit :
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
Great !
That works perfectly... but, don't you think AS's behavior is a little
user unfriendly in that case ?
Thanks a lot for the lesson, Michelle.
Yours
BA
_______________________________________________
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