My main function takes arguments from command line. This arguments looks like
--args ../../TempImages ../Resources.csproj etc.
How can i find full path to this folder in c# from this arguments? Like
Users/%username%/Projects/Resource/Resource.csproj
I tried use Path, Directory, Enviroment classes, but nothing helps me I am using Xamarin, MacOSX 10.9
EDIT: Forget to say, that i don't know fullpaths as provided above. My script are running on different systems. So, fullpath to these files can be different. Moriarty's answer helps me, but with this condition, it doesn't work.