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

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

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