发布于 5年前

deno 删除文件夹

// 当 recursive 为 true 时,递归删除所有文件
await Deno.remove('./assets', {recursive: false});
©2020 edoou.com   京ICP备16001874号-3