renameSync abstract method
- String newPath
override
Synchronously renames this file system entity.
Returns a FileSystemEntity instance for the renamed entity.
Implementation
@override
Directory renameSync(String newPath);
Synchronously renames this file system entity.
Returns a FileSystemEntity instance for the renamed entity.
@override
Directory renameSync(String newPath);