C
codymanix
Hi!
I have a path in the following form:
"%USERPROFILE%\\test.txt"
and want to expand it to the original full path. I tried:
Path.GetFullPath("%USERPROFILE%\\test.txt")
but it didn't work either.
I have a path in the following form:
"%USERPROFILE%\\test.txt"
and want to expand it to the original full path. I tried:
Path.GetFullPath("%USERPROFILE%\\test.txt")
but it didn't work either.