Open

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.

Opens a host file and makes it accessible.
To learn about the values specified for accessMode, see AccessMode.
To learn about the values specified for disp, see OpenDisp.

Revision History

2010/06/14
Added description of arguments and behavior.
2010/03/31
Initial version.

CONFIDENTIAL