targetSync method

  1. @override
String targetSync()
override

Synchronously gets the target of the link.

Returns the path to the target.

If the returned target is a relative path, it is relative to the directory containing the link.

If the link does not exist, or is not a link, throws a FileSystemException.

Implementation

@override
String targetSync() => delegate.targetSync();