deno.removeoptions
继承关系
- RemoveOptions
索引
Properties
Properties
Optional recursive
recursive: boolean
默认为 false
。如果设置为 true
,则即使路径为非空目录也会被删除。
Defaults to false
. If set to true
, path will be removed even if it’s a non-empty directory.
图例说明
- Property
本文档使用 TypeDoc 生成。