Uses 5404K of libraries. Click here for Pure Java version (4350L/24K).
1 | static FreeAndTotal freeAndTotalInodes_oshi(File f default userDir()) {
|
2 | OSFileStore fs = oshi_findFileStore(f); |
3 | if (fs == null) null; |
4 | ret FreeAndTotal(fs.getFreeInodes(), fs.getTotalInodes()); |
5 | } |
Began life as a copy of #1023142
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx
No comments. add comment
| Snippet ID: | #1032445 |
| Snippet name: | freeAndTotalInodes_oshi |
| Eternal ID of this version: | #1032445/1 |
| Text MD5: | 9a03e29feb1c3cae420ee8b3c87d4439 |
| Transpilation MD5: | 4043330bdc52a8f27c17d68db43429d3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-09-05 09:38:44 |
| Source code size: | 204 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 323 / 433 |
| Referenced in: | [show references] |