Learn R Programming

Hmisc (version 5.1-3)

latestFile: latestFile

Description

Find File With Latest Modification Time

Usage

latestFile(pattern, path = ".", verbose = TRUE)

Value

the name of the last modified file

Arguments

pattern

a regular expression; see base::list.files()

path

full path, defaulting to current working directory

verbose

set to FALSE to not report on total number of matching files

Author

Frank Harrell

Details

Subject to matching on pattern finds the last modified file, and if verbose is TRUE reports on how many total files matched pattern.

See Also