renameSync method

  1. @override
Directory renameSync(
  1. String newPath
)
inherited

Synchronously renames this file system entity.

Returns a FileSystemEntity instance for the renamed entity.

Implementation

@override
Directory renameSync(String newPath) {
  throw readOnlyException;
}