1 | static bool hasFile(S path) {
|
2 | ret fileExists(path); |
3 | } |
4 | |
5 | static bool hasFile(File f) {
|
6 | ret fileExists(f); |
7 | } |
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: | 768 / 841 |
| Referenced in: | [show references] |