I know I can read environment variables like this:
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments);
However, it would be r
No it does not exist. The easiest way to check is to run "set" from command line and see yourself.
Start-> run -> cmd set set |findstr /i documents