W3cubDocs

/Deno

Deno.RemoveOptions

interface RemoveOptions {
recursive?: boolean;
}

Properties

recursive?: boolean

Defaults to false. If set to true, path will be removed even if it's a non-empty directory.