require_once "System.php";
mixed System::rm (string $args)
mixed System::rm
The rm command for removing files. Supports multiple files and dirs and also recursive deletes.
string $args - the arguments for rm
mixed - TRUE for success
This function can be called statically.
rm man page