You are here

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

Copies a directory.

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

File

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

Class

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

Namespace

Drupal\n1ed\Flmngr\FlmngrServer\fs

Code

public function copyDir($dirPath, $newPath);