문제

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.

도움이 되었습니까?

해결책

Possible cause: MSWord creates a copy of the file while being modified and then replaces the original by it. Breaking the Hard Link.

Yes, it is "by design". I think that there is no solution.

A workaround could be save docx in a separate folder and create directory junction with mklink /j. It works as expected.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top