EVS Project Structure for Maximum Portability
Create a "project" folder with all of your data in one or more subfolders under that folder (any number of levels deep). As long as you don't put your applications more than 2 levels deep inside of the project folder, everything will be relative, and moving the project folder (as a whole) will always "just work".
An example would be:
- drive\some\path
- project
- applications
- data
- data sub 1
- data sub 2
- project
Alternatively, the most portable EVS Application is one where all of the data is packaged.