Libraryless. Click here for Pure Java version (10922L/67K).
1 | static File extractProjectForLocalCompilation(S programID, File/S destDir) { |
2 | File tempZip = javaxCachesDir(psI(programID) + "-project.zip"); |
3 | zip2dir(projectForLocalCompilation(programID, tempZip), destDir); |
4 | ret destDir; |
5 | } |
Began life as a copy of #1033487
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1033489 |
Snippet name: | extractProjectForLocalCompilation |
Eternal ID of this version: | #1033489/4 |
Text MD5: | 06c618d2e168ae5ce1011540fe9f19c5 |
Transpilation MD5: | 4def7821562b3af3f9a2c9e049af4f19 |
Author: | stefan |
Category: | javax / compiling |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-10-29 09:31:41 |
Source code size: | 231 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 169 / 244 |
Version history: | 3 change(s) |
Referenced in: | [show references] |