static File assertExists(File f) { if (!fileExists(f)) fail("File not found: " + f); ret f; }
Began life as a copy of #1013716
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: | #1016158 |
| Snippet name: | assertExists |
| Eternal ID of this version: | #1016158/1 |
| Text MD5: | 1a188e7ed56d010cca9040826f920ea4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-07 18:52:32 |
| Source code size: | 100 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 653 / 670 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1029947 - assertIsFile #1032407 - assertFileExistsVerbose |