Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
モジュールを検索して、nodejs 内のファイルを見つけます。
次のようなものが欲しいです:
var finder = require('finder'); var path = finder.find('/path/to/*.js');
次に、パスは次のような配列です。
/path/to/file.js /path/to/sub/file.js ...
@pksunkaraの回答に加えて: