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

3
LINES

< > BotCompany Repo | #1005969 // tempFileFor - append "_temp" to file name

JavaX fragment (include)

static File tempFileFor(File f) {
  ret new File(f.getPath() + "_temp");
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005969
Snippet name: tempFileFor - append "_temp" to file name
Eternal ID of this version: #1005969/1
Text MD5: a2636a911cd07824702ed3cef0c12269
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-13 15:23:39
Source code size: 76 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 482 / 517
Referenced in: [show references]