The class that handles directory traversal.
More...
#include <FileSystem.h>
|
| Directory (const char *path) |
|
bool | open (const char *path) |
| Opens a directory for traversal.
|
|
void | close () |
| Closes an opened directory.
|
|
const char * | readNext () |
| Returns the name of the next file inside the directory or nullptr
|
|
The class that handles directory traversal.
The documentation for this class was generated from the following files: