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

5
LINES

< > BotCompany Repo | #1034289 // createEmptyConceptsFileInDir

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

Libraryless. Click here for Pure Java version (6824L/38K).

svoid createEmptyConceptsFileInDir(File dir) {
  File f = newFile(dir, conceptsFileName());
  if (!fileExists(f))
    saveGZStructureToFile(f, litmap());
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1034289
Snippet name: createEmptyConceptsFileInDir
Eternal ID of this version: #1034289/2
Text MD5: 2dea7ee9a1e47072aa48460742c4e32d
Transpilation MD5: 5cc3781731aadc4fcf0277800b09e623
Author: stefan
Category: javax / concepts
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-02-01 00:13:14
Source code size: 159 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 66 / 108
Version history: 1 change(s)
Referenced in: [show references]