nn::hio::CTR::HostFile::Exists Member Function#include <nn/hio.h> Result Exists( bool * exist, const wchar_t * path );
| Name | Description | |
|---|---|---|
| out | exist | Returns whether the specified file exists. |
| in | path | Specifies the path of the file to check. |
Checks whether file exists and returns the result of the process. The overloaded member function when specifying filenames in Unicode.
If the file specified by path is present, true is stored in exist.
The overloaded member function when specifying filenames in Unicode.
CONFIDENTIAL