rename method

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

Renames this directory.

Returns a Future<Directory> that completes with a Directory for the renamed directory.

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

Implementation

Future<Directory> 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/Directory/rename.html