Table of Contents

Method GetTempPathUniquePerApp

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetTempPathUniquePerApp(string?)

Generates a unique temporary path for the application.

public static string GetTempPathUniquePerApp(string? prefix = null)

Parameters

prefix string

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().