ProCacheFiles::files method
Create a directory
Usage
// basic usage
$bool = $procache->files->mkdir(string $path);
// usage with all arguments
$bool = $procache->files->mkdir(string $path, bool $recursive = false);Arguments
| Name | Type(s) | Description |
|---|---|---|
$path | string | |
$recursive (optional) | bool |
Return value
bool
$procache->files methods and properties
API reference based on ProcessWire core version 3.0.252