carb::filesystem::FindFilesOnMatchedFn

Defined in carb/filesystem/FindFiles.h

using carb::filesystem::FindFilesOnMatchedFn = void(const char *canonical, void *userData)

Callback invoked when a file matches a pattern matchWildcards and does not match a pattern in excludeWildcards.

Param canonical

The canonical path to the file

Param userData

the value of FindFilesArgs::onMatchedContext