Navigation: Development > Function Reference > Module > Ftp >
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");