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

7
LINES

< > BotCompany Repo | #1005694 // prepareFile - extended synonym of mkdirsForFile

JavaX fragment (include)

static File prepareFile(File file) {
  ret mkdirsForFile(file);
}

static File prepareFile(File dir, S name) {
  ret mkdirsForFile(newFile(dir, name));
}

Author comment

Began life as a copy of #1000827

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005694
Snippet name: prepareFile - extended synonym of mkdirsForFile
Eternal ID of this version: #1005694/3
Text MD5: 61ba8de7aa2b24fd707b3c18296fa73a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-05 13:16:12
Source code size: 159 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 544 / 599
Version history: 2 change(s)
Referenced in: [show references]