rename method

Future<Link> rename (
  1. String newPath
)
override

Renames this link.

Returns a Future<Link> that completes with a Link for the renamed link.

If newPath identifies an existing link, that link is removed first. If newPath identifies an existing file or directory, the operation fails and the future completes with an exception.

Implementation

Future<Link> rename(String newPath);

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/Link/rename.html