Uses 911K of libraries. Click here for Pure Java version (6338L/33K).
1 | !7 |
2 | |
3 | cmodule GExportConcepts > DynSingleFunctionWithPrintLog {
|
4 | void doIt ctex {
|
5 | File zip = javaxBackupDir("gazelle-concepts-" + ymd_minus_hms() + ".zip");
|
6 | {
|
7 | temp ZipOutputStream out = zipOutputStream(zip); |
8 | for (S progID : gazelle_dataProgramIDs()) {
|
9 | File f = conceptsFile(progID); |
10 | file2zip(out, f, fsI(progID) + "/" + f.getName()); |
11 | } |
12 | } |
13 | fileSavedInfoBox(zip); |
14 | } |
15 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022641 |
| Snippet name: | Export Gazelle Concepts |
| Eternal ID of this version: | #1022641/3 |
| Text MD5: | b1411351ab9a2a687211f4583a3f4ac7 |
| Transpilation MD5: | 354ca55443185936465198d62209e839 |
| Author: | stefan |
| Category: | javax / slack bots |
| Type: | JavaX source code (Dynamic Module) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-25 19:57:55 |
| Source code size: | 430 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 561 / 773 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |