23 #ifndef __ccxx_Dir_hxx 24 #define __ccxx_Dir_hxx 67 void open(
bool listHidden =
false,
bool listDot =
false);
102 bool fetchPermissions =
false);
111 #ifdef CCXX_OS_WINDOWS 114 WIN32_FIND_DATA _findData;
124 #endif // __ccxx_Dir_hxx Directory reading support.
Definition: Dir.h++:43
bool isOpen() const
Test if the directory is currently open.
Definition: Dir.h++:84
File attributes.
Definition: File.h++:71
#define COMMONCPP_API
Definition: Common.h++:126
A flexible, reference counted, copy-on-write, thread-safe, nullable string.
Definition: String.h++:50
#define CCXX_COPY_DECLS(CLASS)
Inlines declarations of a copy constructor and assignment operator for the class CLASS.
Definition: Common.h++:295
Definition: AllocationMap.c++:25