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

7
LINES

< > BotCompany Repo | #1033060 // loadSecretTextFileMandatoryNempty

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

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

sS loadSecretTextFileMandatoryNempty(S name) {
  ret assertNempty(loadSecretTextFileMandatory(name));
}

sS loadSecretTextFileMandatoryNempty(S progID, S name) {
  ret assertNempty(loadSecretTextFileMandatory(progID, name));
}

Author comment

Began life as a copy of #1001901

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1033060
Snippet name: loadSecretTextFileMandatoryNempty
Eternal ID of this version: #1033060/3
Text MD5: 6f51a0b4242ff389f749fcfbbba2957e
Transpilation MD5: f4721d92db2be9189fc31a4f66c496fb
Author: stefan
Category: javaxc
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-12 18:49:19
Source code size: 232 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 63 / 114
Version history: 2 change(s)
Referenced in: [show references]