R/file.mtime.R

Defines functions file.mtime

Documented in file.mtime

#' @rdname file.size
#' @keywords internal
#' @rawNamespace if (getRversion() < "3.2.0") export(file.mtime)
file.mtime = function(...) {
  base::file.info(...)$mtime
}

Try the backports package in your browser

Any scripts or data that you put into this service are public.

backports documentation built on Dec. 13, 2021, 5:08 p.m.