JFTP::mkdir/1.5
From Joomla! Documentation
JFTP::mkdir
Description
Method to create a directory on the FTP server.
Description:JFTP::mkdir [Edit Descripton]
public function mkdir ($path)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $path | string | Directory to create |
- Returns boolean True if successful
- Defined on line 607 of libraries/joomla/client/ftp.php
See also
-
JFTP::mkdir on api.joomla.org
-
JFTP source code on JoomlaCode
-
Class JFTP
-
Subpackage Client
- Other versions of JFTP::mkdir
SeeAlso:JFTP::mkdir [Edit See Also]
User contributed notes
<CodeExamplesForm />