Get and Save File Information
get_and_save_file_info(root_dir, output_dir, check_dirs = TRUE, format = "%Y-%m-%d_%H%M", ...)
root_dir | path to the directory from which to start searching for files |
---|---|
output_dir | path to the output directory. In this directory, a file
"path-info_<date-time>_<parent-folder>.csv" will be generated with
<date-time> being a date and time string in yyyy-mm-dd_HHMM format and
<parent-folder> being the last path segment of |
check_dirs | if |
format | format string specifying how to format the part of the filename intended to contain date (and, if required, time) information. Default: "%Y-%m-%d_%H%M" |
... | further arguments passed to
|
full path to the file to which all file information were written