FileDirection
FileDirection is used to set the direction of file offset when performing file read and write operations.
| attributes | description |
|---|---|
| Start | Indicates offset from the beginning of the file. |
| End | Indicates offset from the end of the file. |
FileDirection is used to set the direction of file offset when performing file read and write operations.
| attributes | description |
|---|---|
| Start | Indicates offset from the beginning of the file. |
| End | Indicates offset from the end of the file. |