Re: help with privileges
Re: help with privileges
- Subject: Re: help with privileges
- From: KOENIG Yvan <email@hidden>
- Date: Tue, 16 Dec 2008 14:01:51 +0100
My guess is that the passed script was not working under 10.5.5 as
you posted it .
The Finder was already unable to duplicate a string to an other string.
Le 16 déc. 2008 à 11:36, Bob Cuilla a écrit :
-- backup to Media
set p2d to path to Documents folder as text
tell application "Finder"
if exists "Media-Time Machine:" then
set source to p2d &"Quicken Folder"
duplicate folder source to folder "Media-Time Machine:" with replacing
end if
end tell
-- backup to MWF Backup
tell application "Finder"
if exists "Mon-Fri Backup:" then
set source to p2d &"Quicken Folder"
duplicate folder source to folder "Mon-Fri Backup:" with replacing
end if
end tell
-- backup to TueThurSat Backup
tell application "Finder"
if exists "Weekly Backup:" then
set source to p2d &"Quicken Folder"
duplicate folder source to folder "Weekly Backup:" with replacing
end if
end tell
Yvan KOENIG (from FRANCE mardi 16 décembre 2008 14:01:34)
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden