Function mktree
Creates the specified tree structure with the mode specified. creates every directory in path until it finds one that already exists.
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 |
$strPath |
The path |
integer |
$mode |
The permission mode for CHMOD (0666, etc.) |
boolean
|
True if successful, false otherwise |