Is there a way to set a 'root' or a base path to then use relative paths from in C#?
So for example, say I had the path:
C:\Users\Steve\Documents\Document.txt
Could I then use this path, instead of the programs assembly, to be the base path. So this would then allow me to use something like:
..\..\Pictures\Photo.png
Thanks