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: | 592 / 641 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |