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

7
LINES

< > BotCompany Repo | #1015193 // appendToFileName - synonym of fileAppendToName

JavaX fragment (include)

static File appendToFileName(File f, S suffix) {
  ret fileAppendToName(f, suffix);
}

static File appendToFileName(S suffix, File f) {
  ret appendToFileName(f, suffix);
}

Author comment

Began life as a copy of #1010732

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: #1015193
Snippet name: appendToFileName - synonym of fileAppendToName
Eternal ID of this version: #1015193/2
Text MD5: ae4d80deec5aa92d0e29e4bfc45403a0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-02-09 10:01:58
Source code size: 174 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 286 / 342
Version history: 1 change(s)
Referenced in: [show references]