renameSync abstract method

FileSystemEntity renameSync(
  1. String newPath
)

Synchronously renames this file system entity.

Returns a FileSystemEntity instance for the renamed entity.

Implementation

FileSystemEntity renameSync(String newPath);