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