API17

API17:JFTP::mkdir

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples