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