tell application "Finder" set this_folder to "Macintosh HD:Users:Stephen:Library:Application Support:iLifeAssetManagement:assets" as alias set target_folder to "Macintosh HD:Users:Stephen:Dropbox:Photos:Photo Library:* Process" as alias try move (every file of the entire contents of this_folder whose name contains "IMG") to the target_folder with replacing end try end tell