Specifies what other processes are allowed to do to the file. These flags can be combined.
Forbids sharing of the file.
Allows others to read from the file.
Allows others to write to the file.
Allows others to either read or write to the file.
Allows the file to deleted.
Currently only used by Windows.
See Implementation
Specifies what other processes are allowed to do to the file. These flags can be combined.