Duplicates a folder or file to the same location and add “copy” to the end of the filename. Copy Finder Items can’t copy to the same location.
--Dupe a File or Folder
tell app "Finder"
duplicate selection
end tell
Duplicates a folder or file to the same location and add “copy” to the end of the filename. Copy Finder Items can’t copy to the same location.
--Dupe a File or Folder
tell app "Finder"
duplicate selection
end tell