File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
isDirectory
— Detect if the directory exists and is a directory
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 isDirectory with the example vars
Twist::FTP() -> isDirectory($strDirectory);