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

15
LINES

< > BotCompany Repo | #1022641 // Export Gazelle Concepts

JavaX source code (Dynamic Module) [tags: use-pretranspiled] - run with: Stefan's OS

Uses 911K of libraries. Click here for Pure Java version (6338L/33K).

!7

cmodule GExportConcepts > DynSingleFunctionWithPrintLog {
  void doIt ctex {
    File zip = javaxBackupDir("gazelle-concepts-" + ymd_minus_hms() + ".zip");
    {
      temp ZipOutputStream out = zipOutputStream(zip);
      for (S progID : gazelle_dataProgramIDs()) {
        File f = conceptsFile(progID);
        file2zip(out, f, fsI(progID) + "/" + f.getName()); 
      }
    }
    fileSavedInfoBox(zip);
  }
}

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: 239 / 385
Version history: 2 change(s)
Referenced in: [show references]