Function deltree
Deletes a directory, and all the files and direcories inside it. requires access to delete these files.
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Package.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Located at Sources/Subs-Package.php
string |
$dir |
A directory |
boolean |
$delete_dir = true |
If false, only deletes everything inside the directory but not the directory itself |