Contains information on a file or directory.
More...
#include <FileSystemIterator.h>
|
bool | isDirectory () const |
| Check if current entry is a directory.
|
|
|
StringView | name |
| Name of current entry (file with extension or directory)
|
|
StringView | 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.
|
|
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: