I want to get the actual physical path for some of the Windows Environmental Variables.
If I typed %TEMP% into the Run prompt on Vista, I'd go to the folder: C:\Users\userna me\AppData\Loca l\Temp
I tried putting %TEMP% as the path for a DirectoryInfo object, but that didn't work. Does anyone know how to do this?
If I typed %TEMP% into the Run prompt on Vista, I'd go to the folder: C:\Users\userna me\AppData\Loca l\Temp
I tried putting %TEMP% as the path for a DirectoryInfo object, but that didn't work. Does anyone know how to do this?
Comment