Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::FileSystemIterator::FolderState Struct Reference

Holds state of a folder when recursing into it to list its files. More...

#include <FileSystemIterator.h>

Public Attributes

int fileDescriptor = -1
 
void * dirEnumerator = nullptr
 
size_t textLengthInBytes = 0
 
bool gotDot1 = false
 
bool gotDot2 = false
 

Detailed Description

Holds state of a folder when recursing into it to list its files.


The documentation for this struct was generated from the following file: