Deno.RemoveOptionsinterface RemoveOptions {recursive?: boolean;}§Properties§recursive?: boolean[src]Defaults to false. If set to true, path will be removed even if it's a non-empty directory.