File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
removeDirectory
— Remove a directory on the remote FTP server
Name | Description |
---|---|
$strDirectory | n/a |
[$blRecursive = false] | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strDirectory = 'foo';
$blRecursive = false;
//Call the function removeDirectory with the example vars
Twist::FTP() -> removeDirectory($strDirectory, $blRecursive);