osx - AppleScript duplicate folder inside pre-existing folder -



osx - AppleScript duplicate folder inside pre-existing folder -

i'm wondering if there way using applesscript duplicate folder, , files/folders within location - while leaving files exist within location intact?

tell application "finder" duplicate folder "macintosh hd:users:yourcompname:desktop:test1" "macintosh hd:users:yourcompname:desktop:test2"

osx applescript

Comments

Popular posts from this blog

Delphi change the assembly code of a running process -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -

C++ 11 "class" keyword -