findFilesMatchingGlobs

Calls delegates on files and directories in the given path that match any globs.

  1. 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
    )
  2. void findFilesMatchingGlobs(NativePath path, string[] globList, void delegate(string file) addFile)

Meta