Libraryless. Click here for Pure Java version (4820L/27K).
1 | // newest first |
2 | static L<File> listDirByDateDesc(File dir) {
|
3 | ret sortFilesByDateDesc(listDir(dir)); |
4 | } |
Began life as a copy of #1015308
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1033475 |
| Snippet name: | listDirByDateDesc |
| Eternal ID of this version: | #1033475/4 |
| Text MD5: | 7c50d495ccc46174cded3bb924e78910 |
| Transpilation MD5: | a4b40e2ab12236af52e482d4429851dc |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-29 02:05:14 |
| Source code size: | 106 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 400 / 479 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |