Libraryless. Click here for Pure Java version (2535L/16K).
1  | static File copyConceptsToCase(S dbID, S caseID) {
 | 
2  | File f = conceptsFile(dbID);  | 
3  | if (!fileExists(f)) null;  | 
4  | ret copyFile(f, newFile(programDirWithCase(dbID, caseID), fileName(f)));  | 
5  | }  | 
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: | #1027339 | 
| Snippet name: | copyConceptsToCase - copy a program's concepts file to a subdirectory ("case") | 
| Eternal ID of this version: | #1027339/1 | 
| Text MD5: | a9ddd87c3b105a81c3cd0b28c0d07844 | 
| Transpilation MD5: | 6f55b9569d4537ed39b3c1c36aee2498 | 
| Author: | stefan | 
| Category: | javax / concepts | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2020-03-09 21:54:29 | 
| Source code size: | 190 bytes / 5 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 365 / 486 | 
| Referenced in: | [show references] |