Re: New to OS 10 help Please
Re: New to OS 10 help Please
- Subject: Re: New to OS 10 help Please
- From: Michelle Steiner <email@hidden>
- Date: Tue, 1 Apr 2003 19:26:04 -0700
On Tuesday, April 1, 2003, at 04:32 PM, Andrew Oliver wrote:
tell application "Finder"
set filesToMove to every file of thisFolder
repeat with aFIle in filesToMove
move aFIle to folder destFolder
end repeat
Why not the following?
tell application "Finder"
move files of thisFolder to destFolder
--both folders having previously been defined as aliases
end tell
--Michelle
--
"Beware the march of ideas."
_______________________________________________
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.