nn::hio::CTR::HostDirectoryA Class

Header file: nn/hio.h

Syntax

class HostDirectoryA

Description

Class that represents directories in the host file system. It can be used to get information about the entries that belong to directories.

Member Functions

HostDirectoryA Constructor. You must make a separate call to Open to open the directory you will be working with.
~HostDirectoryA 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