Question:
Is there any option to work on an MSWORD file with a Hard Link (mklink /h) to another directory?
What I've experienced:
After creating a Hard Link of a .docx
file onto a different directory, modifying either the original document or the "linked" one results in a complete desynchronization.
Possible cause:
MSWord creates a copy of the file while being modified and then replaces the original by it. Breaking the Hard Link.