dub v1.29.0-rc.1 (2022-05-03T07:15:30Z)
Dub
Repo
findFilesMatchingGlobs
dub
generators
generator
Calls delegates on files and directories in the given path that match any globs.
void
findFilesMatchingGlobs
(NativePath path, string[] globList, void delegate(string file) addFile, void delegate(string dir) addDir)
void
findFilesMatchingGlobs
(
in
NativePath
path
,
in
string
[]
globList
,
void
delegate
(
string
file
)
addFile
,
void
delegate
(
string
dir
)
addDir
)
void
findFilesMatchingGlobs
(NativePath path, string[] globList, void delegate(string file) addFile)
Meta
Source
See Implementation
dub
generators
generator
classes
ProjectGenerator
enums
BuildMode
CommandType
functions
collapseEnv
createProjectGenerator
findFilesMatchingGlobs
makeCommandEnvironmentVariables
runBuildCommands
structs
GeneratorSettings
Calls delegates on files and directories in the given path that match any globs.