readLinkSync method

Result<WindowsPath, IoError> readLinkSync()

Reads a symbolic link, returning the file that the link points to.

Implementation

Result<WindowsPath, IoError> readLinkSync() =>
    io.readLinkSync(_string) as Result<WindowsPath, IoError>;