windows - MSWord breaking Hard Link -


question:
there option work on msword file hard link (mklink /h) directory?

what i've experienced:
after creating hard link of .docx file onto different directory, modifying either original document or "linked" 1 results in complete desynchronization.

possible cause:
msword creates copy of file while being modified , replaces original it. breaking hard link.

possible cause: msword creates copy of file while being modified , replaces original it. breaking hard link.

yes, "by design". think there no solution.

a workaround save docx in separate folder , create directory junction mklink /j. works expected.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -