File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
addEmptyDirectory
— Add an empty directory to the zip, the directory path must be set from the root of the zip
Name | Description |
---|---|
[$dirZipDirectoryPath = ''] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirZipDirectoryPath = '';
//Call the function addEmptyDirectory with the example vars
Twist::Archive() -> addEmptyDirectory($dirZipDirectoryPath);