文件名称:node-eachfile:遍历目录的文件
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-05 05:27:31
JavaScript
每个文件 迭代目录的文件。 var eachfile = require ( "eachfile" ) ; eachfile . in ( '.' , function ( stats , next ) { console . log ( stats . name , stats . isFile ( ) ) ; next ( ) ; } ) ; 与模块一起使用: var eachfile = require ( "eachfile" ) ; var eachline = require ( "eachline" ) ; eachfile . in ( './data/' , function ( stats , next ) { process . stdout . write ( stats . fullpath ) ; eachline . in ( stats .
【文件预览】:
node-eachfile-master
----.gitignore(6B)
----README.md(741B)
----eachfile.js(625B)
----package.json(521B)