I am trying to make this work:
I created a Junction folder (using the mklink /J command) to a Z: Drive pointing to FolderA on a C: drive. Then I created several HardLinks (mklink /H command) inside another C:drive folder (We're calling name folderB), This files inside B are hardlink files to FolderA files...
I know connect via Network to the Z: Drive and update files inside FolderA junction ... When I directly open the files inside FolderA on drive C they are update. But when I go to check the other Hardlinks in FolderB they are not updated...
Why is it not working?