FileScan.sweep

Sweep a set of files and directories from the given parent path, where the files are filtered by the provided delegate

  1. FileScan sweep(const(char)[] path, bool recurse)
  2. FileScan sweep(const(char)[] path, const(char)[] match, bool recurse)
  3. FileScan sweep(const(char)[] path, Filter filter, bool recurse)
    class FileScan
    sweep
    (
    const(char)[] path
    ,,
    bool recurse = true
    )

Meta