Libraryless. Click here for Pure Java version (3645L/20K).
1 | static File tempTextFile(S contents) {
|
2 | File f = createTempFile(); |
3 | saveTextFile(f, contents); |
4 | ret f; |
5 | } |
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: | 339 / 462 |
| Referenced in: | [show references] |