libzed 1.9.9
A general-purpose library for quick and simple data manipulation.
 
Loading...
Searching...
No Matches
z::file::dirscan Struct Reference

State management struct for directory scanning generators. More...

#include <list.hpp>

Public Member Functions

 ~dirscan ()
 Destructor.
 

Public Attributes

DIR * dpdf
 Directory handle.
 
dirent * epdf
 File handle.
 
zpath fileType
 The file type to filter by.
 
WIN32_FIND_DATA fd
 Directory handle.
 
HANDLE hFind
 File handle.
 
bool showAll
 Whether to include hidden files in the output.
 
bool used
 Whether the directory has been opened yet.
 

Detailed Description

State management struct for directory scanning generators.


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