Contains information on a file or directory. More...
#include <FileSystemIterator.h>
Public Member Functions | |
| bool | isDirectory () const |
| Check if current entry is a directory. | |
Public Attributes | |
| StringSpan | name |
| Name of current entry (file with extension or directory) | |
| StringSpan | path |
| Absolute path of the current entry. | |
| uint32_t | level = 0 |
| Current level of nesting from start of iteration. | |
| Type | type = Type::File |
| Tells if it's a file or a directory. | |
| int | parentFileDescriptor = 0 |
Contains information on a file or directory.
|
inline |
Check if current entry is a directory.
| uint32_t SC::FileSystemIterator::Entry::level = 0 |
Current level of nesting from start of iteration.
| StringSpan SC::FileSystemIterator::Entry::name |
Name of current entry (file with extension or directory)
| StringSpan SC::FileSystemIterator::Entry::path |
Absolute path of the current entry.
| Type SC::FileSystemIterator::Entry::type = Type::File |
Tells if it's a file or a directory.