renameSync method Null safety
- String newPath
override
Synchronously renames this directory.
Returns 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 an exception is thrown.
Implementation
Directory renameSync(String newPath);