Another way would be to find a happy medium with both machines storing the
projects in the same (textual) filepath. (ie z:\@projects\testlevel\ folder)
OR, a windows command function that may help is the "SUBST" command.
Put a cmd file in the startup folder of each machine, that contains
SUBST Z: D:\real_path\to_projects_folder\on_this_pc
From now on, to access the contents of D:\real_path\to_projects_folder\on_this_pc folder
you cant access Z:\ folder.
So any coding that looks for the Z:\path will work the same on both PC's.