nn::hio::CTR::HostDirectoryA::Open Member Function

Syntax

#include <nn/hio.h>

Result Open(
     const char * path
);

Parameters

Name Description
in path Specifies the path of the directory to open.

Return Values

Returns the result of the operation.

Description

Opens a directory. Then you can use GetNextEntry to obtain directory entries that belong to a directory that has already been opened.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL