You are here

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

Moves a directory.

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

File

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

Class

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

Namespace

Drupal\n1ed\Flmngr\FlmngrServer\fs

Code

public function moveDir($dirPath, $newPath);