path_mod_time | R Documentation |
Determine a file or directory's modification time. Other than base::file.mtime()
, this function is based on fs::file_info()
and the datetime of
modification is returned in UTC by default.
path_mod_time(path, follow = FALSE, tz = "UTC")
path |
A character vector of one or more paths. |
follow |
If |
tz |
Timezone to return the result in. A character scalar where |
A datetime.
Other path functions:
draw_path_tree()
,
flatten_path_tree()
fs::path_package(package = "dplyr",
"DESCRIPTION") |>
pal::path_mod_time()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.