dirFullRemove

Navigation:  Development > Function Reference > Helpers > Utility >

dirFullRemove

Previous pageReturn to chapter overviewNext page

Delete an existing directory.

 

App::Utility()->dirFullRemove(Src)

 

Parameter

Description

Src

Path of the directory to delete

 

 

See bellow example:
 
echo App::Utility()->dirFullRemove(App::Config()->baseDir("/test"));