Contains information on a file or directory.
More...
#include <FileSystemIterator.h>
Contains information on a file or directory.
◆ isDirectory()
bool SC::FileSystemIterator::Entry::isDirectory |
( |
| ) |
const |
|
inline |
Check if current entry is a directory.
◆ level
uint32_t SC::FileSystemIterator::Entry::level = 0 |
Current level of nesting from start of iteration.
◆ name
Name of current entry (file with extension or directory)
◆ path
Absolute path of the current entry.
◆ type
Type SC::FileSystemIterator::Entry::type = Type::File |
Tells if it's a file or a directory.
The documentation for this struct was generated from the following file: