FileFlags
Description
Enumeration of behaviour flags for files in a filesystem.
Exactly one of these flags must be specified:
Any of these flags can be specified in addition to the above creation flag. They do not have any direct functional influence, instead they are meant as hints to the underlying filesystem implementation:
Public / Constants
Temporary
Create a new file for temporary storage.
Temporary files are deleted automatically when closed.
- See also
MaskCreation
Bitmask for file flags that determine the creation disposition for the file.
The following flags fall within this bitmask: