API17:JFTP::mkdir
From Joomla! Documentation
JFTP::mkdir
Description
Method to create a directory on the FTP server.
public function mkdir ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Directory to create |
- Returns boolean True if successful
- Defined on line 584 of libraries/joomla/client/ftp.php
See also
JFTP::mkdir source code on BitBucket
Class JFTP
Subpackage Client- Other versions of JFTP::mkdir
User contributed notes
Code Examples