Move script problem
Move script problem
- Subject: Move script problem
- From: Bob Hallam <email@hidden>
- Date: Sun, 12 Sep 2004 07:59:43 -0500
Hi All,
I'm having trouble with a part of a script that is supposed to move a bad file to an error folder. The move doesn't happen and the script stops.
Here's what I'm doing now:
on this_File)
set Error_Folder to "OS_X:Users:Thisuser:Desktop:ERROR:" as alias
tell application "Finder"
move this_File to Error_Folder
beep 2
end tell
end runError
What am I doing wrong?
Thanks!
Bob _______________________________________________
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