FileScan.sweep

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

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

Meta