rmAsync

external fun rmAsync(path: PathLike, options: RmOptions = definedExternally): <Error class: unknown class><<Error class: unknown class>>(source)

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

Since

v14.14.0

Return

Fulfills with undefined upon success.