rmDir

Navigation:  Development > Function Reference > Module > Ftp >

rmDir

Previous pageReturn to chapter overviewNext page

Remove directory on the remote host.

 

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

 

Parameter

Type

Description

Name

Mandatory

Directory Name

 

return true if success

 

See bellow examples:

 

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