nn::hio::CTR::HostFile::IsExist Member Function#include <nn/hio.h> Result IsExist( 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 a file exists.
This function will be deleted in a future release. Use the nn::hio::CTR::HostFile::Exists instead.
CONFIDENTIAL