File path: dist/twist/Core/Utilities/Archive.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
deleteFile
— Delete a file or directory from the current ZIP file
Name | Description |
---|---|
[$dirZipFilePath = ''] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$dirZipFilePath = '';
//Call the function deleteFile with the example vars
Twist::Archive() -> deleteFile($dirZipFilePath);