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

Syntax

#include <nn/hio.h>

Result Exists(
     bool * exist,
     const wchar_t * 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 file exists and returns the result of the process. The overloaded member function when specifying filenames in Unicode.

If the file specified by path is present, true is stored in exist.
The overloaded member function when specifying filenames in Unicode.

Revision History

2011/06/14
Initial version.

CONFIDENTIAL