Function remove_dir
Removes a directory from the themes dir.
This is a recursive function, it will call itself if there are subdirs inside the main directory.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Themes.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Themes.php
string |
$path |
The absolute path to the directory to be removed |
boolean
|
true when success, false on error. |