You are here

public function FMDiskFileSystemInterface::renameDir in N1ED - Visual editor as CKEditor plugin with Bootstrap support 8.2

Renames a directory.

1 method overrides FMDiskFileSystemInterface::renameDir()
FMDiskFileSystem::renameDir in src/Flmngr/FlmngrServer/fs/FMDiskFileSystem.php
Renames a directory.

File

src/Flmngr/FlmngrServer/fs/FMDiskFileSystemInterface.php, line 43

Class

FMDiskFileSystemInterface
Interface for interacting with file system (local disk fs is supported now).

Namespace

Drupal\n1ed\Flmngr\FlmngrServer\fs

Code

public function renameDir($dirPath, $newName);