Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1027339 // copyConceptsToCase - copy a program's concepts file to a subdirectory ("case")

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2535L/16K).

static File copyConceptsToCase(S dbID, S caseID) {
  File f = conceptsFile(dbID);
  if (!fileExists(f)) null;
  ret copyFile(f, newFile(programDirWithCase(dbID, caseID), fileName(f)));
}

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: 92 / 141
Referenced in: [show references]