1#ifndef Cpl_Io_File_DirList_x_h_
2#define Cpl_Io_File_DirList_x_h_
60 DirList_(
const char* rootDir,
int depth=1,
bool filesOnly=
false,
bool dirsOnly=
false );
This abstract class defines the client interface for walking the contents of a directory,...
Definition Api.h:322
WIN32_FIND_DATA m_fdata
internal variable
Definition DirList_.h:49
int m_curDepth
internal variable
Definition DirList_.h:36
NameString m_file
internal variable
Definition DirList_.h:51
bool m_filesOnly
internal variable
Definition DirList_.h:39
Api::Info m_info
internal variable
Definition DirList_.h:45
bool traverse(Api::DirectoryWalker &callback)
See Api::walkDirectory.
NameString m_name
internal variable
Definition DirList_.h:48
int m_depth
internal variable
Definition DirList_.h:33
bool m_dirsOnly
internal variable
Definition DirList_.h:42
DirList_(const char *rootDir, int depth=1, bool filesOnly=false, bool dirsOnly=false)
Constructor.
The 'Cpl' namespace is the root name space for the Colony.
Definition Api16.h:20