Code: Select all
[Configuration]
CopyLinks=2
IgnoreLinks=0
SyncIgnoreJunctions=0
Code: Select all
d:\folder1
d:\folder1\link_to_folder2
d:\folder2
d:\folder2\testfile1
When I copy this structure to c:\test , I expect c:\test\folder1\link_to_folder2 to be a link to c:\test\folder2
But the result is a broken link. The result of DIR command shows the following:
Code: Select all
18.05.2014 13:09 <JUNCTION> link_to_folder2 [\??\c:\folder2]
Code: Select all
18.05.2014 13:14 <JUNCTION> link_to_folder2 [\??\d:\folder2]
-EDIT-
Tried to copy from d:\ to c:\ without subfolder in the target path. Now the new link works on c:\folder2 but still looks weird when listed in DIR command:
Code: Select all
18.05.2014 13:26 <JUNCTION> link_to_folder2 [\??\c:\folder2]
Code: Select all
18.05.2014 12:56 <JUNCTION> link_to_folder2 [d:\folder2]