2012-07-01 2 views
7

Cerco un modulo per trovare i file in nodejs.Modulo Nodejs per trovare i file?

Vorrei qualcosa di simile:

var finder = require('finder'); 
var path = finder.find('/path/to/*.js'); 

Poi percorso è un array con ad esempio:

/path/to/file.js 
/path/to/sub/file.js 
... 

risposta