You are here

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

Creates a directory.

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

File

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

Class

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

Namespace

Drupal\n1ed\Flmngr\FlmngrServer\fs

Code

public function createDir($dirPath, $name);