Re: Fetch backup Script
Re: Fetch backup Script
- Subject: Re: Fetch backup Script
- From: James Matthews <email@hidden>
- Date: Mon, 22 Sep 2003 20:18:49 -0400
Is there a way to tell Fetch (or the Finder) to download the file with
replacing??
Check "Overwrite files with conflicting names" in the Download
section of Fetch Preferences. Or set that preference from
AppleScript:
tell application "Fetch 4.0.3"
set overwrite files to true
end tell
Thanks,
--
Jim Matthews
Fetch Softworks
http://fetchsoftworks.com
_______________________________________________
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.