nn::fs::Directory Classclass Directory :
private ADLFireWall::NonCopyable,
private nn::fs::detail::DirectoryBase
A class used for directory operations.
Can open the directory having the specified path name and load entries from it. You can also specify the pathname to create, rename, or delete a directory.
Although it is possible to use either wide-character strings or multibyte-character strings to specify the path name, use wide-character strings unless you have a special reason to do otherwise.
Directory
|
Constructor. | |
|---|---|---|
Initialize
|
Opens the specified directory. | |
TryInitialize
|
Tries to open the specified directory. | |
Finalize
|
Closes a directory. | |
| V |
~Directory
|
Destructor. |
Read
|
Loads the specified number of entries from a directory. | |
TryRead
|
Loads the specified number of entries from a directory. |
ADLFireWall::NonCopyable
nn::fs::Directory
CONFIDENTIAL