TwistPHP Documentation

pwd

File path: dist/twist/Core/Models/FTP/Native.model.php
Namespace: Twist\Core\Models\FTP
Extends:

pwdPrint current working directory

Return Values

void — No return information has been documented for this function.

Example

<?php
//Call the function pwd with the example vars
$resNative = new \Twist\Core\Models\FTP\Native();
$resNative -> pwd();