Hi, I would like to do this without the Finder going ding.:rolleyes:
tell application "Finder"
set home_path to home as text
set source to alias (home_path & "Library:Cookies:Designated Cookies:Cookies.plist")
set destination to home_path & "Library:Cookies:"
tell application "Finder" to duplicate source to destination with replacing
end tell
I’m willing to delete the ~Library/Cookies/Cookies.plist file if that would help.
Tom
Operating System: Mac OS X (10.5)