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