Link renameSync(
String newPath
)

Synchronously renames this link. Returns a Link instance for the renamed link.

If newPath identifies an existing link, that link is replaced. If newPath identifies an existing file or directory the operation fails and an exception is thrown.

Source

/**
* Synchronously renames this link. Returns a [Link]
* instance for the renamed link.
*
* If [newPath] identifies an existing link, that link is
* replaced. If [newPath] identifies an existing file or directory
* the operation fails and an exception is thrown.
*/
  Link renameSync(String newPath);