file mode definition.
Properties:
| Name | Type | Description |
|---|---|---|
READ |
* | open file in read mode. |
WRITE |
* | open file in write mode (truncating existing contents) |
APPEND |
* | open file in append mode. |