Print contents of directories in a tree-like format
Arguments
- path
A path to print the tree from
- recurse
If
TRUErecurse fully, if a positive number the number of levels to recurse.- ...
Arguments passed on to
dir_lstypeFile type(s) to return, one or more of "any", "file", "directory", "symlink", "FIFO", "socket", "character_device" or "block_device".
recursive(Deprecated) If
TRUErecurse fully.allIf
TRUEhidden files are also returned.failShould the call fail (the default) or warn if a file cannot be accessed.
globA wildcard aka globbing pattern (e.g.
*.csv) passed on togrep()to filter paths.regexpA regular expression (e.g.
[.]csv$) passed on togrep()to filter paths.invertIf
TRUEreturn files which do not match
