nn::hio::CTR::HostFile::Exists Member Function#include <nn/hio.h> Result Exists( bool * exist, const char * path ); Result Exists( bool * exist, const wchar_t * path );
| 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. |
Exists ( bool *, const char * )If the file specified by path is present, true is stored in exist.
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