View Single Post
04-12-2007   #3 (permalink)
mdmunoz
Concierge
 
mdmunoz's Avatar
 
Join Date: Nov 2006
Location: Davis, CA
Posts: 643
mdmunoz has disabled reputation
Send a message via AIM to mdmunoz
This worked for me:

Code:
tell application "Finder"
	duplicate files in folder "untitled folder" of desktop to folder "New" of desktop replacing yes
end tell
The second I use things like "Users:mdmunoz:Desktop:untitled folder" I get the same errors.

Try throwing in a lot of "of" statements. For example, "folder update-files of folder vinyl-updater of desktop"

Last edited by mdmunoz; 04-12-2007 at 05:31 PM.
mdmunoz is offline   Reply With Quote