how to get project folder path ?
Very often i move my project from my home to job comp.
Every time i must adjust mu path string variables (to load files), although my project folder is allways the same.
Is there a way to tell something like:
string path = myProjectFolderPath.ToString(); ?