R/get_recent_file_date_filename_ymd.R
get_recent_file_date_filename_ymd.Rd
This function determines the path of the most recent version of a file in a folder. Sorting is determined by file name where it is a condition that the filename starts with ymd encoding.
get_recent_file_date_filename_ymd(path, match)
The path to search for the file.
The search term to match in the file name.
The most recent file
Other Get recent files:
get_recent_file_date_modified()
,
get_recent_file()