Re: Finder script to move files
Re: Finder script to move files
- Subject: Re: Finder script to move files
- From: Michelle Steiner <email@hidden>
- Date: Fri, 28 May 2004 21:57:17 -0700
On May 28, 2004, at 6:39 PM, Gnarlodious wrote:
tell application "Finder"
move every file of folder [alias1]
folder" to folder [alias2]
end tell
Hmmm...I try it and all I get is:
Finder got an error: The operation could not be completed.
If it's already an alias, you don't need "folder" in front of it.
As an aside, "files" is the same as "every file"
-- Michelle
--
Those who extol the "nobility of labor" mean the labor of others.
_______________________________________________
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.