Perl递归删除文件夹及其内容

215 阅读1分钟

前言

更多内容,请访问我的 个人博客


use File::Path qw(remove_tree);

remove_tree($zipFiles."/tem/");