Libraryless. Click here for Pure Java version (2703L/17K).
1 | svoid processConceptsOverwriteFile() {
|
2 | File f = getProgramFile(dbProgramID(), "concepts-overwrite.structure.gz"); |
3 | if (!f.exists()) ret; |
4 | print("OVERWRITING concepts of " + dbProgramID() + " with " + f);
|
5 | clearConceptsOf(dbProgramID()); |
6 | renameFile(f, "concepts.structure.gz"); |
7 | } |
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: | 361 / 479 |
| Referenced in: | [show references] |