Table of Contents

Method GenTempFilePath

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

GenTempFilePath(string)

Generates a full file path for a temporary file in the application's temporary folder.

public static string GenTempFilePath(string filename)

Parameters

filename string

The name of the temporary file.

Returns

string

A string representing the full path to the temporary file.