mkDir

Navigation:  Development > Function Reference > Module > Ftp >

mkDir

Previous pageReturn to chapter overviewNext page

Create a directory on the remote host.

 

App::Module('Ftp')->mkDir(Name);
 

 

Parameter

Type

Description

Name

Mandatory

Directory name

 

return true if success

 

See bellow examples:

 

$Ftp = App::Module('Ftp')->mkDir("ABC");