mDel

Navigation:  Development > Function Reference > Module > Ftp >

mDel

Previous pageReturn to chapter overviewNext page

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");