nn::hio::CTR::HostFile::Open Member Function

Syntax

#include <nn/hio.h>
Result Open(
     const char* path ,
     bit32 accessMode,
     OpenDisp disp
);

Arguments

Name Description
in path Specifies the path of the file to open.
in accessMode Specifies the access mode for the file.
in disp Specifies the behavior that should occur when opened.

Return Values

Returns the result of the operation.

Description

Opens the specified file.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL