Open

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

Syntax

#include <nn/hio.h>

Result Open(
     const char * path,
     bit32 accessMode,
     OpenDisp disp
);

Result Open(
     const wchar_t * path,
     bit32 accessMode,
     OpenDisp disp
);

List of Overloaded Member Functions

Open(const char *, bit32, OpenDisp) Opens the specified file.
Open(const wchar_t *, bit32, OpenDisp) Opens the specified file.

Description of Open(const char *, bit32, OpenDisp)

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.

Description of Open(const wchar_t *, bit32, OpenDisp)

Opens a host file and makes it accessible.
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.
The overloaded member function when specifying filenames in Unicode.


CONFIDENTIAL