You are here

public function FMDiskFileSystem::renameDir in N1ED - Visual editor as CKEditor plugin with Bootstrap support 7

Overrides IFMDiskFileSystem::renameDir

File

vendor/edsdk/flmngr-server-php/src/fs/FMDiskFileSystem.php, line 171

Class

FMDiskFileSystem

Namespace

EdSDK\FlmngrServer\fs

Code

public function renameDir($dirPath, $newName) {
  $this
    ->renameFileOrDir($dirPath, $newName);
}