Table of Contents

Method GetTempPathSubFolder

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

GetTempPathSubFolder(string?)

Returns a subfolder path inside the system temporary directory.

public static string GetTempPathSubFolder(string? subFolder = null)

Parameters

subFolder string

Optional subfolder name to append to the temporary path. If null, the base temporary path is returned.

Returns

string

The full path to the specified subfolder within the temporary directory, or the base temporary path if no subfolder is provided.