Synopsis:
sys_dirremove(directory_name)
Arguments:
directory_name - The name of the directory to remove
Description: This function attempts to remove the directory_name specified. The function will fail if the specifed directory is not empty.
Return Value:
Returns 0 on success or a negative error code.