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

7
LINES

< > BotCompany Repo | #1010734 // hasFile - synonym of fileExists

JavaX fragment (include)

static bool hasFile(S path) {
  ret fileExists(path);
}

static bool hasFile(File f) {
  ret fileExists(f);
}

Author comment

Began life as a copy of #1007362

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1010734
Snippet name: hasFile - synonym of fileExists
Eternal ID of this version: #1010734/1
Text MD5: d2fcb0fa49d5d9ab7d005f1fdeedf7b2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-28 12:20:58
Source code size: 115 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 329 / 388
Referenced in: [show references]