Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1018904 // scanDirToFile - scan dir and put file statuses in a file

JavaX fragment (include)

svoid scanDirToFile(File dir, File destFile) {
  saveTextFile(destFile, structLines(map fileStatus(allFilesInDir_recursive(dir))));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018904
Snippet name: scanDirToFile - scan dir and put file statuses in a file
Eternal ID of this version: #1018904/3
Text MD5: f114d202fc3a5a9b35c9f305a8d67e79
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-15 17:43:59
Source code size: 135 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 312 / 340
Version history: 2 change(s)
Referenced in: [show references]