Referencing: Finalbuilder server, 6.1.0.467
I have a bit of a challenge, and wonder if y'all might be able to assist.
Our fb projects are large ish (500-1000 actions), and make heavy use of relative paths. E.g. in an action, the path to a file is usually:
\directory\subdir\filename.ext
E.g. there is no drive letter at the beginning.
The way we do this is:
1) drop a ton of files into c:\develop\v5.0\
2) now we do a SUBST like this: subst j: c:\develop\v5.0\
3) Now j: is laid out the way we want, and we do all our work using relative paths.
4) The problem is that in many cases, fb server keeps reverting to c: as the current drive, breaking things.
To keep our projects portable (some environments do not use subst, and operate fully from c