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