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

13
LINES

< > BotCompany Repo | #1017984 // replaceFileExtension - synonym of replaceExtension

JavaX fragment (include)

static File replaceFileExtension(File f, S extOld, S extNew) {
  ret replaceExtension(f, extOld, extNew);
}



static File replaceFileExtension(File f, S extNew) {
  ret replaceExtension(f, extNew);
}

static File replaceFileExtension(S extOld, S extNew, File f) {
  ret replaceFileExtension(f, extOld, extNew);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1017984
Snippet name: replaceFileExtension - synonym of replaceExtension
Eternal ID of this version: #1017984/2
Text MD5: 938f920a0a3573f090ecc306bd2fd625
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-14 04:03:24
Source code size: 325 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 289 / 338
Version history: 1 change(s)
Referenced in: [show references]