nn::fs::FileStream::TrySetPosition Member Function

Syntax

virtual Result TrySetPosition(
     s64 position
);

Arguments

Name Description
in position Specifies the read position.

Return Values

Returns the result of the operation.

Description

Sets the current read position relative to the start of the file.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL