static File appendToFileName(File f, S suffix) { ret fileAppendToName(f, suffix); } static File appendToFileName(S suffix, File f) { ret appendToFileName(f, suffix); }
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: | 374 / 432 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |