Hi Alex,
My settings:
Generatl:Document:Working Directory >> empty
Project Working Directory >> empty
I created a test project and added files from different directories:
C:\testhe\myproj.heprj
C:\work1\test1.txt
C:\work1\test1.txt.orig
C:\work2\test2.txt
The content of the HE project says HE remembers relative path instead of full path

, is there a logical reason for that design?
<XMLConfigSettings>
<FILEINFO type="ProjectFile"/>
<Properties>
<RootDirectory>C:\\TestHE</RootDirectory>
<CRLFMode>-1</CRLFMode>
</Properties>
<NODES>
<File name="..\\work1\\test1.txt"/>
<Folder open="true" name="backup">
<File name="..\\work1\\test1.txt.orig"/>
</Folder>
<File name="..\\work2\\test2.txt"/>
</NODES>
</XMLConfigSettings>