File path: dist/twist/Core/Models/FTP/Native.model.php
Namespace: Twist\Core\Models\FTP
cwd
— Change working 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 cwd with the example vars
$resNative = new \Twist\Core\Models\FTP\Native();
$resNative -> cwd($strDirectory);