//returns object with folders and files in $dir {root:'dir_path', d:[], f:[]} var dirCnt = (dir)=>{ //include the fs, path modules var fs = require('fs'); ...
確定! 回上一頁