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

7
LINES

< > BotCompany Repo | #1002888 // appendToTextFile - synonym of appendToFile except for second syntax - does not append new line

JavaX fragment (include)

svoid appendToTextFile(File file, S s) {
  appendToFile(file, s);
}

svoid appendToTextFile(S file, S s) {
  appendToTextFile(programFile(file), s);
}

Author comment

Began life as a copy of #1001042

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1002888
Snippet name: appendToTextFile - synonym of appendToFile except for second syntax - does not append new line
Eternal ID of this version: #1002888/6
Text MD5: e5aabec7d0409442f941688ed36ac872
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-02 20:46:22
Source code size: 156 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 596 / 551
Version history: 5 change(s)
Referenced in: [show references]