Nodefsrmfunction rmOverload 1#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. Parameters ##path: PathLike#callback: NoParamCallbackReturn Type #voidOverload 2#rm(path: PathLike,options: RmOptions,callback: NoParamCallback,): voidParameters ##path: PathLike#options: RmOptions#callback: NoParamCallbackReturn Type #void
function rmOverload 1#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. Parameters ##path: PathLike#callback: NoParamCallbackReturn Type #voidOverload 2#rm(path: PathLike,options: RmOptions,callback: NoParamCallback,): voidParameters ##path: PathLike#options: RmOptions#callback: NoParamCallbackReturn Type #void