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

7
LINES

< > BotCompany Repo | #1025768 // dm_exportStructureToTextFileDialog

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

Libraryless. Click here for Pure Java version (10694L/77K).

svoid dm_exportStructureToTextFileDialog(DynModule mod) {
  inputText("Text file to save data in (" + dm_moduleName(mod) + ")",
    f2s(dm_structureExportDefaultFile(mod)), voidfunc(S path) {
      saveTextFileWithInfoBox(newFile(path),
        javaTokWordWrap(dm_freshModuleStructureWithoutError(mod)));
    });
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1025768
Snippet name: dm_exportStructureToTextFileDialog
Eternal ID of this version: #1025768/5
Text MD5: f13fe67aeb660c317369c02092ebddfe
Transpilation MD5: ad3e2d903e44d1e65049951911a58608
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-15 13:08:47
Source code size: 320 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 181 / 273
Version history: 4 change(s)
Referenced in: [show references]