Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
interface Deno.RemoveOptions

Options which can be set when using Deno.remove and Deno.removeSync.

Properties

optional
recursive: boolean = false

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