Extract File Information (acknowledging symbolic file links also on Windows).
file.info2(...)
A character
vector
s containing file paths.
Tilde expansion is done: see path.expand
().
A data.frame
. See file.info
() for details.
Internally, file.info
() is used, which does not respect
symbolic links on Windows. Instead, on Windows, Sys.readlink2
()
is used for such link to identify the target file and retrieve the
file information on that instead.