This function is used to search a selected directory for information
about the most recently modified files in that directory. The default
setting searches the current working directory. Relative directory
addresses can be used. The default settings returns the name of the most
recently modified file. Employing wildcards in the file argument can narrow
the file search, e.g., "*.csv" will only return comma delimited files.
The default setting for the argument, n (of 1), will only return a single
file. This value can be increased to any number (2, 3,...) to change the
maximum number of files returned; or the argument can be set to 'all' to
return all files. Setting the argument, fileNameOnly, to FALSE will result
in returning additional file meta data related to file size, modified
date/time and create date/time.
The results are in descending order of modified date/time.