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

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

Return value

bool


$procache->files methods and properties

API reference based on ProcessWire core version 3.0.252