nn::hio::CTR::HostFile::IsExist Member Function#include <nn/hio.h> Result IsExist( bool * exist, const char * path ); Result IsExist( bool * exist, const wchar_t * path );
IsExist(bool *, const char *)
|
Checks whether a file exists. |
IsExist(bool *, const wchar_t *)
|
Checks whether a file exists. |
IsExist(bool *, const char *)This function will be deleted in a future release. Use the nn::hio::CTR::HostFile::Exists instead.
IsExist(bool *, const wchar_t *)This function will be deleted in a future release. Use the nn::hio::CTR::HostFile::Exists instead.
CONFIDENTIAL