nn::hio::CTR::HostFile::Exists Member Function

Syntax

#include <nn/hio.h>

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

Parameters

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 file exists and returns the result of the process.

If the file specified by path is present, true is stored in exist.

Revision History

2011/06/14
Initial version.

CONFIDENTIAL