File sharing rights. See IFileManager.createFile function for more information.
| Symbol | Value | Description |
|---|---|---|
Exclusive | 0 | Opens a file for exclusive access. |
Read | 1 | Allows other processes to read from a file. |
Write | 2 | Allows other processes to write to a file. |
Delete | 4 | Allows other processes to delete a file. |