文件名称:npm-random-file:从目录中选择一个随机文件
文件大小:30KB
文件格式:ZIP
更新时间:2024-05-19 10:33:27
JavaScript
选择随机文件 从提供的目录中选择一个随机文件: const randomFile = require('select-random-file') const dir = '/tmp/whatever' randomFile(dir, (err, file) => { console.log(`The random file is: ${file}.`) }) 有几件事可以添加: 通过扩展名过滤文件 递归遍历更深的目录结构 致谢 关于堆栈溢出的讨论非常有用: :
【文件预览】:
npm-random-file-master
----.babelrc(38B)
----test.js(2KB)
----.travis.yml(36B)
----README.md(707B)
----index.d.ts(112B)
----.gitignore(45B)
----index.js(840B)
----package-lock.json(128KB)
----package.json(814B)