Navigation: Development > Function Reference > Module > Ftp >
Deletes the given directory with content
App::Module('Ftp')->Delete(Path);
Parameter
Type
Description
Path
Mandatory
Directory path
return true if success
See bellow examples:
$Ftp->mDel("/b2b/in");