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