Libraryless. Click here for Pure Java version (3270L/19K).
1 | // assumes concepts have been written out |
2 | static File backupOtherProgramsConceptsNow(S dbID) {
|
3 | if (dbID == null) null; |
4 | File f1 = conceptsFile(dbID); |
5 | if (!fileExists(f1)) null; |
6 | File f2 = fileInSameDir(f1, "backups/concepts.structure.gz.backup" + ymd_minus_hms()); |
7 | ret copyFile(f1, f2); |
8 | } |
Began life as a copy of #1030029
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1031014 |
| Snippet name: | backupOtherProgramsConceptsNow |
| Eternal ID of this version: | #1031014/1 |
| Text MD5: | 0ba51f2b4fddf40d12de453adfceac97 |
| Transpilation MD5: | 14a3cce1717fc81344c03422217dbfd3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-04-21 16:04:36 |
| Source code size: | 303 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 352 / 487 |
| Referenced in: | [show references] |