I use
How to display hidden folders?
I use
How to display hidden folders?
Can’t remember how it works… You might need to give it your own filefilter class to make it show them.
It is in
bool DirectoryIterator::next (bool* const isDirResult, bool* const isHiddenResult, int64* const fileSize,
Time* const modTime, Time* const creationTime, bool* const isReadOnly)
{...}
if (matches && (whatToLookFor & File::ignoreHiddenFiles) != 0)
matches = ! isHidden;
whatToLookFor == 7