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

5
LINES

< > BotCompany Repo | #1031951 // tempTextFile

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3645L/20K).

static File tempTextFile(S contents) {
  File f = createTempFile();
  saveTextFile(f, contents);
  ret f;
}

Author comment

Began life as a copy of #1009093

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1031951
Snippet name: tempTextFile
Eternal ID of this version: #1031951/1
Text MD5: 802fb259f3baa3386561c1a7f9987220
Transpilation MD5: 9f1a36ad95cc5053bd120d52c987b8a3
Author: stefan
Category: javax / i.o.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-05 16:37:56
Source code size: 111 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 70 / 106
Referenced in: [show references]