|
FileHelperRK
|
Structure to hold the parameters to the walk method. More...
#include <FileHelperRK.h>
Public Member Functions | |
| String | toString () const |
| Return a readable representation of this class. | |
Data Fields | |
| const char * | path |
| Pathname. | |
| bool | isDirectory |
| true if a directory, false if a file | |
| size_t | size |
| size of file if file (0 for directories) | |
Structure to hold the parameters to the walk method.
| String FileHelperRK::WalkParameters::toString | ( | ) | const |
Return a readable representation of this class.