Home
last modified time | relevance | path

Searched refs:createDirectoryIfNotExists (Results 1 – 2 of 2) sorted by relevance

/template/strap/ComboStrap/
H A DTemplateEngine.php82 FileSystems::createDirectoryIfNotExists($themePagesTemplateDirectory);
83 FileSystems::createDirectoryIfNotExists($themePagesPartialsDirectory);
H A DFileSystems.php363 public static function createDirectoryIfNotExists(Path $directoryPath) function in ComboStrap\\FileSystems