System.Environment.GetEnvironmentVariable("TEMP") or System.IO.Path.GetTempPath()
above syntax gets the TEMP folder path of the system.
have a look about system.environment.getenvironmentvariable from the msdn link.
Popularity: 4% [?]
September 17th, 2008
admin System.Environment.GetEnvironmentVariable("TEMP") or System.IO.Path.GetTempPath()
above syntax gets the TEMP folder path of the system.
have a look about system.environment.getenvironmentvariable from the msdn link.
Popularity: 4% [?]