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

Syntax

#include <nn/hio.h>
Result IsExist(
     bool * exist,
     const char * path
);

Arguments

Name Description
out exist Returns whether the specified file exists.
in path Specifies the path of the file to check.

Return Values

Returns the result of the operation.

Description

Checks whether a file exists.


CONFIDENTIAL