Enum PathUtilities.GenTempFileNameFlags
Flags used to specify options for generating a temporary file name.
[Flags]
public enum PathUtilities.GenTempFileNameFlags
Fields
CreateEmptyFile = 2Creates an empty file with the generated name.
DeleteIfExists = 1Deletes the file if it already exists.
None = 0No special options are applied.