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

7
LINES

< > BotCompany Repo | #1001900 // loadSecretTextFile

JavaX fragment (include)

static S loadSecretTextFile(S name) {
  ret loadTextFile(new File(getSecretProgramDir(), name));
}

static S loadSecretTextFile(S progID, S name) {
  ret loadTextFile(new File(getSecretProgramDir(progID), name));
}

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: #1001900
Snippet name: loadSecretTextFile
Eternal ID of this version: #1001900/1
Text MD5: c26bf38ce76b5d6303d8f22f6156522a
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-04 21:37:13
Source code size: 220 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 623 / 887
Referenced in: [show references]