carb::filesystem::FindFilesOnFilterNonCanonicalFn
Defined in carb/filesystem/FindFiles.h
-
using carb::filesystem::FindFilesOnFilterNonCanonicalFn = WalkAction(const char *path, void *userData)
Callback for each encountered file invoked before canonicalization and pattern matching.
- Param path
the non-canonical path encountered
- Param userData
the value of FindFilesArgs::onFilterNonCanonicalContext
- Retval WalkAction::eContinue
to continue with canonicalization and pattern matching.
- Retval WalkAction::eSkip
to stop processing the file and move to the next file.
- Retval WalkAction::eStop
to stop the search.