String targetSync( )

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.

Source

/**
 * 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.
 */
String targetSync();