ProCacheFiles::mkdir()

Create a directory

Usage

// basic usage
$bool = $proCacheFiles->mkdir(string $path);

// usage with all arguments
$bool = $proCacheFiles->mkdir(string $path, bool $recursive = false);

Arguments

NameType(s)Description
$pathstring
$recursive (optional)bool

Return value

bool


ProCacheFiles methods and properties

API reference based on ProcessWire core version 3.0.251