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

7
LINES

< > BotCompany Repo | #1001901 // loadSecretTextFileMandatory

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

Libraryless. Click here for Pure Java version (4154L/24K).

static S loadSecretTextFileMandatory(S name) {
  ret loadTextFileMandatory(new File(getSecretProgramDir(), name));
}

static S loadSecretTextFileMandatory(S progID, S name) {
  ret loadTextFileMandatory(new File(getSecretProgramDir(progID), name));
}

Author comment

Began life as a copy of #1001900

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1001901
Snippet name: loadSecretTextFileMandatory
Eternal ID of this version: #1001901/1
Text MD5: 11afccd44744dc2c6af554c1adbde42d
Transpilation MD5: 0cc08f8834612f432a742b0967378575
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-06 18:36:48
Source code size: 256 bytes / 7 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 681 / 1549
Referenced in: [show references]