Solar_Dir::rmdir()
static public
bool
Solar_Dir::rmdir
( string $path
)
Replacement for rmdir() to supress warnings and throw exceptions in their place.
Parameters
(string)
$path
: The directory path to remove
Returns
(bool) True on success; throws exception on failure.
Description
Replacement for rmdir() to supress warnings and throw exceptions in their place.