Libraryless. Compilation Failed (10309L/72K).
| 1 | svoid dm_importStructureFromTextFileDialog(DynModule mod) {
 | 
| 2 |   File f = showFileChooserWithDefaultDir("Module data to restore", javaxBackupDir());
 | 
| 3 |   if (fileExists(f)) {
 | 
| 4 |     infoBox("Replacing module with " + f2s(f));
 | 
| 5 | dm_replaceModuleWithStructure(mod, loadTextFile(f)); | 
| 6 | } | 
| 7 | } | 
Began life as a copy of #1025768
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1025774 | 
| Snippet name: | dm_importStructureFromTextFileDialog | 
| Eternal ID of this version: | #1025774/1 | 
| Text MD5: | 4192eb47772f1b24e8f4292402c2fa33 | 
| Transpilation MD5: | aa79986c0c83624c3228cbdc89891da2 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2019-10-18 23:06:59 | 
| Source code size: | 285 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 418 / 569 | 
| Referenced in: | [show references] |