Nodefs/promisesrmfunction rm#rm(path: PathLike,options?: RmOptions,): Promise<void>Removes files and directories (modeled on the standard POSIX rm utility). Parameters ##path: PathLikeoptional#options: RmOptionsReturn Type #Promise<void>Fulfills with undefined upon success.
function rm#rm(path: PathLike,options?: RmOptions,): Promise<void>Removes files and directories (modeled on the standard POSIX rm utility). Parameters ##path: PathLikeoptional#options: RmOptionsReturn Type #Promise<void>Fulfills with undefined upon success.