function rm
rm(path: PathLike,callback: NoParamCallback,): voidAsynchronously removes files and directories (modeled on the standard POSIX rm utility). No arguments other than a possible exception are given to the
completion callback.
path: PathLikecallback: NoParamCallbackvoid