nn::hio::CTR::HostDirectoryA Classclass HostDirectoryA
Class that represents directories in the host file system. It can be used to get information about the entries that belong to directories.
| 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. |
CONFIDENTIAL