I'm setting up a LabVIEW (and TestStand, for that matter) project. I'd like to declare some type of path constant, i.e. 'ROOTDIR', that might equate to C:\myBaseDir\FirstLevelOffset. Then, in my project setup, when I tell it where to find files, where to place applications when they're built, etc, I can use the ROOTDIR to (1) cut down on the length of the path, (2) our directory structure (root) is going to be in a state of flux over the next month or so. This would allow me to change ROOTDIR and not affect all my path/project setup.
Does anyone have a suggestion as to how to go about setting up a base path constant?