carb::filesystem::kFindFilesFlagMatchStem

Defined in carb/filesystem/FindFiles.h

constexpr FindFilesFlag carb::filesystem::kFindFilesFlagMatchStem = (1 << 1)

When matching wildcards, only match the “stem”.

The “stem” is defined by carb::extras::Path. In short, given the following files:

/a/b/c/d.txt -> d /a/b/c/d -> d /a/b/c/.d -> .d /a/b/c/d.old.txt -> d.old