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