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)
path to the root directory from which to start the recursive search for files
regular expression matching the names of the files to be considered. By default, all files are considered.
if TRUE
(default) hidden files are also returned
further arguments passed to fs::dir_info
if TRUE
(default) progress messages are shown