nn::fs::FileStream::SetPosition Member Function
virtual void SetPosition(
s64 position
);
| Name | Description | |
|---|---|---|
| in | position | Specifies the read position. |
Sets the current read position relative to the start of the file.
This function does not return processing results and it is therefore impossible to handle errors. In general, use TrySetPosition.
CONFIDENTIAL