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

Syntax

#include <nn/hio.h>
Result IsExist(
     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 a file exists.

This function will be deleted in a future release. Use the nn::hio::CTR::HostFile::Exists instead.

Revision History

2011/06/14
Initial version.

CONFIDENTIAL