Read File Symbolic Links (also on Windows) and returns the target of each link.
This implementation is fully compatible with the
Sys.readlink
() implementation in the base package.
Sys.readlink2(paths, what=c("asis", "corrected"))
vector
of the the same length as paths
.
A character
vector
of file paths.
Tilde expansion is done: see path.expand
().
A character
string specifying what to return.
Henrik Bengtsson