Searched refs:directoryPath (Results 1 – 2 of 2) 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);