1 | svoid scanDirToFile(File dir, File destFile) {
|
2 | saveTextFile(destFile, structLines(map fileStatus(allFilesInDir_recursive(dir)))); |
3 | } |
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: | 610 / 637 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |