simple duplicate script question
simple duplicate script question
- Subject: simple duplicate script question
- From: Jacco Rens <email@hidden>
- Date: Mon, 12 Mar 2007 14:19:57 +0100
Hi All,
I'm just picking up AppleScript again after a while, and my troubles
with the Finder are there again ;-)
I try to copy an document from my documents folder, to the desktop
like this:
tell application "Finder"
try
set theDocumentsFolder to (path to documents folder)
set theWorkFolder to (path to desktop folder)
set ThisSjabloon to theDocumentsFolder & "sjabloon" as alias
copy ThisSjabloon to theWorkFolder
end try
end tell
No workey, but no error either.
Any insight, anyone?
Best,
Jacco
_______________________________________________
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