Libraryless. Click here for Pure Java version (2703L/17K).
svoid processConceptsOverwriteFile() { File f = getProgramFile(dbProgramID(), "concepts-overwrite.structure.gz"); if (!f.exists()) ret; print("OVERWRITING concepts of " + dbProgramID() + " with " + f); clearConceptsOf(dbProgramID()); renameFile(f, "concepts.structure.gz"); }
Began life as a copy of #1028037
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: | #1028038 |
Snippet name: | processConceptsOverwriteFile |
Eternal ID of this version: | #1028038/1 |
Text MD5: | 292f84fd1d460d724485b055b38b16d9 |
Transpilation MD5: | 9cd42487b4681ff47f8cfdc40f6fdf5f |
Author: | stefan |
Category: | javax / concepts |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-05-05 21:19:32 |
Source code size: | 291 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 166 / 231 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |