dub v1.27.0-beta.1 (2021-08-22T18:28:33Z)
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
functions
createProjectGenerator
findFilesMatchingGlobs
runBuildCommands
structs
GeneratorSettings
Calls delegates on files and directories in the given path that match any globs.