1 | sbool hasAssociatedInfosFile(File f) {
|
2 | ret f != null && fileExists(associatedInfosFile(f)); |
3 | } |
4 | |
5 | sbool hasAssociatedInfosFile(S f) {
|
6 | ret hasAssociatedInfosFile(newFile(f)); |
7 | } |
Began life as a copy of #1018713
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1027312 |
| Snippet name: | hasAssociatedInfosFile |
| Eternal ID of this version: | #1027312/2 |
| Text MD5: | 2067d337f009102ea6aa75948d2f5eea |
| Author: | stefan |
| Category: | javax / io / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-03-02 15:23:36 |
| Source code size: | 182 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 422 / 468 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |