Skip to content
Prev 51609 / 63421 Next

Sys.readlink (on BSD vs Linux)

Why? To quote from the Sys.readlink() docs:

Value:

     A character vector of the same length as ?paths?.  The entries are
     the path of the file linked to, ?""? if the path is not a symbolic
     link.

since you are referring to a file and not a link the result is as expected "" - both on OS X and Linux.