I have a project file which contains references to files on removable drive J. The files are in subfolders to the folder j:\ahk\scripts so the working directory path is set to this folder. This mostly works well. However from time to time HippoEdit rewrites the project file so that all the paths look like:
<File name="..\\..\\chgpt.ahk"/>
instead of the correct format, which is of type:
<File name="..\\..\\ahk\\scripts\\bp1misc\\chgpt.ahk"/>
I then have to edit the .heprj project file in another text editor, using search and replace to correct all the changed paths.