Share

Specifies what other processes are allowed to do to the file. These flags can be combined.

More...

Values

ValueMeaning
none0

Forbids sharing of the file.

read1 << 0

Allows others to read from the file.

write1 << 1

Allows others to write to the file.

readWriteread | write

Allows others to either read or write to the file.

remove1 << 2

Allows the file to deleted.

Detailed Description

Windows specific

Currently only used by Windows.

Meta