function rm
Jump to headingrm(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.
Parameters Jump to heading
Jump to headingpath: PathLikeJump to headingcallback: NoParamCallbackReturn Type Jump to heading
voidJump to headingrm(): voidParameters Jump to heading
Jump to headingpath: PathLikeJump to headingoptions: RmOptionsJump to headingcallback: NoParamCallbackReturn Type Jump to heading
void