R/get_and_save_file_info.R
get_recursive_file_info.Rd
Call file.info recursively on files below a root folder
get_recursive_file_info(root_dir, pattern = NULL, all = TRUE, ..., dbg = TRUE)
root_dir | path to the root directory from which to start the recursive search for files |
---|---|
pattern | regular expression matching the names of the files to be considered. By default, all files are considered. |
all | if |
... | further arguments passed to |
dbg | if |