// TODO: scans all data directories completely... static L<File> allChatLogs() { L<File> files = allDataFilesNamed("log.txt"); new L<File> l; for (File f : files) pcall { if (f.isFile() && isProbableChatLog(f)) l.add(f); } ret l; }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003967 |
Snippet name: | allChatLogs |
Eternal ID of this version: | #1003967/1 |
Text MD5: | 8f675ea7b3fe43756cbbe4105570e11a |
Author: | stefan |
Category: | javax / talking robots |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-07-31 23:10:03 |
Source code size: | 260 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 616 / 572 |
Referenced in: | #1003984 - allEventLogs #1006654 - Standard functions list 2 (LIVE, continuation of #761) |