Table of Contents

Enum PathUtilities.GenTempFileNameFlags

Namespace
Alternet.Common
Assembly
Alternet.Common.v10.dll

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

[Flags]
public enum PathUtilities.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.