File path: dist/twist/Core/Utilities/FTP.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
changeDirectory
— Change the current working directory to a new location
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 changeDirectory with the example vars
Twist::FTP() -> changeDirectory($strDirectory);