Reads a symbolic link, returning the file that the link points to.
Result<Path, IoError> readLinkSync() => platform.readLinkSync(string) as Result<Path, IoError>;