Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

4
LINES

< > BotCompany Repo | #1032935 // renderFileNameWithSizeAndDate

JavaX fragment (include)

sS renderFileNameWithSizeAndDate(File f) {
  if (f == null) ret "-";
  ret fileName(f) + appendBracketed(joinNemptiesWithComma(fileInfoHintsWithDate(f)));
}

Author comment

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: 81 / 99
Version history: 2 change(s)
Referenced in: [show references]