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

9
LINES

< > BotCompany Repo | #1004592 // mkdirs - synonym of File.mkdirs

JavaX fragment (include)

static File mkdirs(File dir) {
  if (dir != null)
    dir.mkdirs();
  ret dir;
}

static File mkdirs(S dir) {
  ret mkdirs(newFile(dir));
}

Author comment

Began life as a copy of #1004007

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: #1004592
Snippet name: mkdirs - synonym of File.mkdirs
Eternal ID of this version: #1004592/2
Text MD5: 086044f31fb8ddad0552e982e7897bab
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-03-11 11:55:57
Source code size: 147 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 516 / 497
Version history: 1 change(s)
Referenced in: [show references]