Table of Contents

Method GetTempPathWithAlternet

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

GetTempPathWithAlternet()

Gets the full path to a temporary subdirectory named 'Alternet' within the system's temporary folder.

public static string GetTempPathWithAlternet()

Returns

string

A string containing the full path to the 'Alternet' subdirectory inside the system's temporary directory.

Remarks

Use this method to obtain a dedicated temporary directory for storing files related to the Alternet application. The returned path is not guaranteed to exist; callers may need to create the directory before using it.