Table of Contents

Enum PathUtils.GenTempFileNameFlags

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

Flags used to specify options for generating a temporary file name.

[Flags]
public enum PathUtils.GenTempFileNameFlags

Fields

CreateEmptyFile = 2

Creates an empty file with the generated name.

DeleteIfExists = 1

Deletes the file if it already exists.

None = 0

No special options are applied.