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
Namespace
EdSDK\FlmngrServer\fsCode
public function renameDir($dirPath, $newName) {
$this
->renameFileOrDir($dirPath, $newName);
}