Home
last modified time | relevance | path

Searched refs:createDirectory (Results 1 – 4 of 4) sorted by relevance

/template/strap/ComboStrap/
H A DFileSystems.php126 public static function createDirectory(Path $dirPath) function in ComboStrap\\FileSystems
131 return LocalFileSystem::getOrCreate()->createDirectory($dirPath);
133 return WikiFileSystem::getOrCreate()->createDirectory($dirPath);
366 self::createDirectory($directoryPath);
H A DWikiFileSystem.php95 public function createDirectory(Path $dirPath) function in ComboStrap\\WikiFileSystem
97 return FileSystems::createDirectory($dirPath->toLocalPath());
H A DLocalFileSystem.php111 public function createDirectory(Path $dirPath): Path function in ComboStrap\\LocalFileSystem
H A DIconDownloader.php460 FileSystems::createDirectory($iconDir);