static L<File> deleteFilesVerbose(File... files) { ret deleteFilesVerbose(asList(files)); } static L<File> deleteFilesVerbose(L<File> files) { new L<File> out; for (File f : unnull(files)) if (deleteFileVerbose(f)) out.add(f); ret out; }
Began life as a copy of #1018644
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025089 |
| Snippet name: | deleteFilesVerbose - returns files actually deleted |
| Eternal ID of this version: | #1025089/4 |
| Text MD5: | 813a1aae01c9d8c21204eacf35b627d4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-09-05 14:10:16 |
| Source code size: | 259 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 510 / 561 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |