Reads a symbolic link, returning the file that the link points to.
Result<UnixPath, IoError> readLinkSync() => io.readLinkSync(_string) as Result<UnixPath, IoError>;