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