Re: Duplicate with replacing
Re: Duplicate with replacing
- Subject: Re: Duplicate with replacing
- From: Michelle Steiner <email@hidden>
- Date: Wed, 9 Feb 2005 23:43:25 -0700
On Feb 9, 2005, at 11:33 PM, Bernard Azancot wrote:
If that's the case, of course it will fail; it can't duplicate a
folder into something that does not exist. You would have to create
folder B if it's not there, then duplicate into it.
Of course.
Thanks again Michelle.
De nada.
And in case you need help with that part, here is some pseudo code.
tell app "Finder"
If not exists folder B then
make new properties at <where folder B should be> with properties
{name: folder B's name}
end if
duplicate folder A in folder B
end tell
--
A great Idea! That's what we need--a great idea.
--Pesudolous, (A Funny Thing Happened on the way to the forum)
_______________________________________________
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