nn::fs::FileStream::SetPosition Member Function

Syntax

virtual void SetPosition(
     s64 position
);

Arguments

Name Description
in position Specifies the read position.

Return Values

None.

Description

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.

Revision History

2010/01/29
Initial version.

CONFIDENTIAL