R/pathlib.R
Path_readlink.Rd
This function returns the target path of the specified symbolic links, similar to Python's pathlib.Path.readlink() method.
pathlib.Path.readlink()
Path_readlink(paths)
A character vector of symbolic link paths.
A character vector containing the target path of each symbolic link.
if (FALSE) { Path_readlink("symbolic_link") }