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

7
LINES

< > BotCompany Repo | #1019618 // isFile

JavaX fragment (include)

1  
sbool isFile(File f) {
2  
  ret f != null && f.isFile();
3  
}
4  
5  
sbool isFile(S path) {
6  
  ret isFile(newFile(path));
7  
}

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: 289 / 348
Version history: 1 change(s)
Referenced in: [show references]