carb::filesystem::kFindFilesFlagReplaceEnvironmentVariables
Defined in carb/filesystem/FindFiles.h
-
constexpr FindFilesFlag carb::filesystem::kFindFilesFlagReplaceEnvironmentVariables = (1 << 2)
Before walking the filesystem, a text replace is performed on each given search path. The token
${MY_ENV_VAR}
would be replaced with the environment variableMY_ENV_VAR
.Example: ${USERPROFILE}/kit -> C:/Users/ncournia/kit