nn::hio::CTR::HostFile::Exists Member Function

Syntax

#include <nn/hio.h>

Result Exists(
     bool * exist,
     const char * path
);

Result Exists(
     bool * exist,
     const wchar_t * path
);

List of Overloaded Member Functions

Exists ( bool *, const char * ) Checks whether file exists and returns the result of the process.
Exists ( bool *, const wchar_t * ) Checks whether file exists and returns the result of the process. The overloaded member function when specifying filenames in Unicode.

Description of Exists ( bool *, const char * )

If the file specified by path is present, true is stored in exist.

Description of Exists ( bool *, const wchar_t * )

If the file specified by path is present, true is stored in exist.
The overloaded member function when specifying filenames in Unicode.


CONFIDENTIAL