sS renderFileNameWithSizeAndDate(File f) { if (f == null) ret "-"; ret fileName(f) + appendBracketed(joinNemptiesWithComma(fileInfoHintsWithDate(f))); }
Began life as a copy of #1032898
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032935 |
| Snippet name: | renderFileNameWithSizeAndDate |
| Eternal ID of this version: | #1032935/3 |
| Text MD5: | cc43317c129167785da093dbd3b6b956 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-11 03:57:17 |
| Source code size: | 159 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 363 / 392 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1032946 - renderFileNameWithSizeDateAndFreeSpace |