You are here

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

Overrides IFMDiskFileSystem::renameFile

File

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

Class

FMDiskFileSystem

Namespace

EdSDK\FlmngrServer\fs

Code

public function renameFile($filePath, $newName) {
  $this
    ->renameFileOrDir($filePath, $newName);
}