function rm
Jump to headingrm(): Promise<void>
Removes files and directories (modeled on the standard POSIX rm
utility).
Parameters Jump to heading
Jump to headingpath: PathLike
optional
Jump to headingoptions: RmOptions
Return Type Jump to heading
Promise<void>
Fulfills with undefined
upon success.