Searched refs:dirPath (Results 1 – 3 of 3) sorted by relevance
111 public function createDirectory(Path $dirPath): Path argument113 … $result = mkdir($dirPath->toAbsolutePath()->toAbsoluteId(), $mode = 0770, $recursive = true);115 throw new ExceptionCompile("Unable to create the directory path ($dirPath)");117 return $dirPath;
91 * @param WikiPath $dirPath95 public function createDirectory(Path $dirPath) argument97 return FileSystems::createDirectory($dirPath->toLocalPath());
126 public static function createDirectory(Path $dirPath) argument128 $scheme = $dirPath->getScheme();131 return LocalFileSystem::getOrCreate()->createDirectory($dirPath);133 return WikiFileSystem::getOrCreate()->createDirectory($dirPath);