rmAsync

external fun rmAsync(path: PathLike, options: RmOptions = definedExternally): Promise<Void>(source)

Removes files and directories (modeled on the standard POSIX rm utility).

Since

v14.14.0

Return

Fulfills with undefined upon success.