Enum PathUtilities.GenTempFileNameFlags
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.