get_directory
v1.0.0
Published
整理指定目录下的指定类型文件
Downloads
2
Readme
整理指定目录下的指定类型文件
下载
npm install get_directory;用法
const getDirectory = require('get_directory');
getDirectory(查询目录,(file)=>{
//此处返回的file为筛选后最终存储的位置(路径)
},需筛选的文件类型)