Searched refs:directoryPath (Results 1 – 3 of 3) sorted by relevance
363 public static function createDirectoryIfNotExists(Path $directoryPath) argument365 if (!self::exists($directoryPath)){366 self::createDirectory($directoryPath);
520 $directoryPath = dirname($save_as);521 if (!file_exists($directoryPath)) {522 mkdir($directoryPath, 0777, true);
1035 $directoryPath = (string) $directory->textContent;1037 if (!$directoryPath) {1060 'path' => $this->toAbsolutePath($directoryPath),