WEBINAR:
On-Demand
Building the Right Environment to Support AI, Machine Learning and Deep Learning
Use the GetTempPath
method to retrieve the temp file path in a machine.
Please note that it also varies from one operating system to other.
string tempFilePath = System.IO.Path.GetTempPath();
Visit the DevX Tip Bank