File path: dist/twist/Core/Utilities/File.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
recursiveRemove
— Recursively remove a directory and all its files and sub directories on the local server
Name | Description |
---|---|
$strDirectory | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDirectory = 'foo';
//Call the function recursiveRemove with the example vars
Twist::File() -> recursiveRemove($strDirectory);