Method GetTempPathUniquePerApp
GetTempPathUniquePerApp(string?)
Generates a unique temporary path for the application.
public static string GetTempPathUniquePerApp(string? prefix = null)
Parameters
prefixstring
Returns
- string
A string containing the full path to a unique temporary directory for the application. The directory is created within the temporary folder returned by GetTempPath().