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

7
LINES

< > BotCompany Repo | #1002346 // secretProgramFile

JavaX fragment (include)

static File secretProgramFile(S progID, S fileName) {
  ret new File(getSecretProgramDir(progID), fileName);
}

static File secretProgramFile(S fileName) {
  ret secretProgramFile(getProgramID(), fileName);
}

Author comment

Began life as a copy of #1001949

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1002346
Snippet name: secretProgramFile
Eternal ID of this version: #1002346/1
Text MD5: abe75ef17c48a1c4fc60ad9dc47e3315
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-01-07 20:55:59
Source code size: 216 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 567 / 951
Referenced in: #1002427 - Accellerating 629 (SPIKE)
#1006654 - Standard functions list 2 (LIVE, continuation of #761)
#3000382 - Answer for ferdie (>> t = 1, f = 0)