static bool sameFile(File a, File b) ctex { ret a == null ? b == null : b != null && eq(a.getCanonicalPath(), b.getCanonicalPath()); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1004780 |
| Snippet name: | sameFile - according to canonical path |
| Eternal ID of this version: | #1004780/2 |
| Text MD5: | 6d47515caa6871d169fe9623ef5f41a3 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-04 13:36:20 |
| Source code size: | 138 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1054 / 1095 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |