Skip to main content

rm

function rm
Jump to headingrm(
path: PathLike,
callback: NoParamCallback,
): void

Asynchronously 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

Return Type Jump to heading

void
Back to top