Skip to main content
RmOptions.recursive - fs - Node documentation
property RmOptions.recursive

Usage in Deno

import { type RmOptions } from "node:fs";

If true, perform a recursive directory removal. In recursive mode, operations are retried on failure.

Type

boolean | undefined