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

3
LINES

< > BotCompany Repo | #1032288 // userDir_oneOf_createFirstIfNone - return first one that exists, or first in list if none found

JavaX fragment (include)

static File userDir_oneOf_createFirstIfNone(S... names) {
  ret or(userDir_oneOf(names), userDir(first(names)));
}

Author comment

Began life as a copy of #1032271

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032288
Snippet name: userDir_oneOf_createFirstIfNone - return first one that exists, or first in list if none found
Eternal ID of this version: #1032288/3
Text MD5: 48d1fcdf6cfe00cc0585db1089ecdd86
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-25 13:21:55
Source code size: 116 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 92 / 115
Version history: 2 change(s)
Referenced in: [show references]