node.jsでディレクトリ内のファイル全てに対して処理を回す関数 function eachFiles(filepath, rootPath, callback) { if (!rootPath) { rootPath = filepath; } var stat = fs.statS… 高瀬 裕介ハック2015.06.09 1,006