nn::hio::CTR::HostDirectoryW Class

Header file: nn/hio.h

Syntax

class HostDirectoryW

Description

Unicode version of the HostDirectoryA class.

Member Functions

HostDirectoryW Constructor. You must make a separate call to Open to open the directory you will be working with.
~HostDirectoryW Destructor. Closes a directory if it is open.
Open Opens a directory. Then you can use GetNextEntry to obtain directory entries that belong to a directory that has already been opened.
Close Closes a directory.
GetNextEntry Gets directory entries.

Revision History

2010/03/31
Initial version.

CONFIDENTIAL