码迷,mamicode.com
首页 > 其他好文 > 详细

vue - rimraf

时间:2018-09-08 13:07:44      阅读:823      评论:0      收藏:0      [点我收藏+]

标签:font   cti   function   func   作用   分享图片   bsp   alt   span   

rimraf 包的作用:以包的形式包装rm -rf命令,用来删除文件和文件夹的,不管文件夹是否为空,都可删除

 

const rimraf = require(‘rimraf‘);
rimraf(‘./test.txt‘, function (err) { // 删除当前目录下的 test.txt
  console.log(err);

 

 

技术分享图片

 

vue - rimraf

标签:font   cti   function   func   作用   分享图片   bsp   alt   span   

原文地址:https://www.cnblogs.com/cisum/p/9608843.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!