static S prettyDirectorySize(File dir) { long count = numberOfFiles(dir); long size = directorySize(dir); ret dir.getAbsolutePath() + ": " + formatDouble(toM_double(size), 1) + " MB (" + n(count, "file") + ")"; }
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1006534 |
| Snippet name: | prettyDirectorySize |
| Eternal ID of this version: | #1006534/1 |
| Text MD5: | 2c9233336971191a06128ae809758088 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-01-15 19:56:51 |
| Source code size: | 232 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 757 / 785 |
| Referenced in: | [show references] |