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