file.info2
From R.utils v2.0.0
by Henrik Bengtsson
Extract File Information (acknowledging symbolic file links also on Windows)
Extract File Information (acknowledging symbolic file links also on Windows).
Usage
file.info2(...)
Arguments
- ...
- A
character
vector
s containing file paths. Tilde expansion is done: seepath.expand
().
Value
- A
data.frame
. Seefile.info
() for details.
See Also
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.
Community examples
Looks like there are no examples yet.