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

7
LINES

< > BotCompany Repo | #1019618 // isFile

JavaX fragment (include)

sbool isFile(File f) {
  ret f != null && f.isFile();
}

sbool isFile(S path) {
  ret isFile(newFile(path));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, jozkyjcghlvl, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1019618
Snippet name: isFile
Eternal ID of this version: #1019618/2
Text MD5: 3226e968e5c2e859e9033d04474b5924
Author: stefan
Category: javax / io
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-16 00:12:01
Source code size: 116 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 285 / 342
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1020619 - isDirectory