Author |
Message |
Assuram
Joined: 24 Apr 2008 Posts: 1
|
Posted: Thu Apr 24, 2008 2:58 pm Post subject: Problem with copying folders |
|
|
When I do a replicating, my folders do not replicate as expected. It will not create the folder I am copying from the source. Instead it copies the contents in the folder and copy that content to the target.
I am looking for it to copy the entire folder and not just the contents inside the folder. The only way around it is tedious and that is to create the folder in target first and then copy the contents.
Ex. source: \\server1\folderA\ABC
target: \\server2\folderB
I am wanting the ABC folder to be created in folderB of the target.
Please help!!! |
|
Back to top |
|
|
TGRMN Software Site Admin
Joined: 10 Jan 2005 Posts: 8759
|
Posted: Fri Apr 25, 2008 11:11 am Post subject: |
|
|
Hello
try using this
source: \\server1\folderA\ABC
target: \\server2\folderB\<sourcewithoutdrive>
the <sourcewithoutdrive> is a folder variables (see all variable in the help file)
<sourcewithoutdrive> can only be used for targets. It expands to the corresponding source folder, but without drive. For instance if the source is "C:\source\folder\" and the target is "E:\target\folder\<source>\", the variable expands the target to "E:\target\folder\source\folder\". _________________ --
TGRMN Software Support
http://www.tgrmn.com
http://www.compareandmerge.com |
|
Back to top |
|
|
|