Zephir\FileSystem\Apc::makeDirectory PHP Method

makeDirectory() public method

Creates a directory inside the temporary container
public makeDirectory ( string $path ) : boolean
$path string
return boolean
    public function makeDirectory($path)
    {
        return apc_store($this->basePrefix . $path);
    }