mixed System::rm (
string $args
)
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.