nn::fs::PositionBase Enumerated Typeenum PositionBase;
| Value | Description |
|---|---|
| POSITION_BASE_BEGIN | Constant indicating that the current file position is set relative to the start of the file. |
| POSITION_BASE_CURRENT | Constant indicating that the current file position is set relative to the current file position. |
| POSITION_BASE_END | Constant indicating that the current file position is set relative to the end of the file. |
Enumerated constant that indicates the position of file read/writes.
CONFIDENTIAL