function rmSync
Jump to headingrmSync(): voidSynchronously removes files and directories (modeled on the standard POSIX rm utility). Returns undefined.
Parameters Jump to heading
Jump to headingpath: PathLikeoptional
Jump to headingoptions: RmOptionsReturn Type Jump to heading
void