nn::hio::CTR::HostFile::IsExist Member Function

Syntax

#include <nn/hio.h>

Result IsExist(
     bool * exist,
     const char * path
);

Result IsExist(
     bool * exist,
     const wchar_t * path
);

List of Overloaded Member Functions

IsExist(bool *, const char *) Checks whether a file exists.
IsExist(bool *, const wchar_t *) Checks whether a file exists.

Description of IsExist(bool *, const char *)

Checks whether a file exists.

Description of IsExist(bool *, const wchar_t *)

Checks whether a file exists.


CONFIDENTIAL