Replicator - Create Folders during Import
Replicator - Create Folders during Import
Is there anyway to create folders and subfolders during an import with Replicator? If not.. that would be a great enhancement. If so, can you instruct me? Thanks!
You may use CreateFolder command in the import file
Alex
RegardsCreateFolder = Root\USA Branch\Support\part2\
; creates new folder(s). The value of this parameter should specify the full path to the folder that you want to create.
; E.g. CreateFolder = Root\USA Branch\Support\part2\ will successively create folders USA Branch (in the Root folder), Support (in USA Branch subfolder) and part2 (in Support subfolder).
; Of course if some (or all) of specified folders already exist, HostMonitor will not create second copy of them.
Alex