文件名称:rpath:node.js 中的递归路径遍历
文件大小:2KB
文件格式:ZIP
更新时间:2024-08-07 10:18:12
JavaScript
路径 递归路径遍历 安装 $ npm install --save rpath 用法 var rpath = require ( 'rpath' ) ; var allPaths = rpath . sync ( '/path/to/rpath' , false ) ; console . log ( allPaths ) ; rpath ( '/path/to/rpath' , false , function ( allPaths ) { console . log ( allPaths ) ; } ) ;
【文件预览】:
rpath-master
----index.js(2KB)
----package.json(438B)
----README.md(294B)