static File makeFileAbsolute(File base, S path) { ret isAbsolutePath(path) ? newFile(path) : newFile(base, path); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1020674 |
| Snippet name: | makeFileAbsolute |
| Eternal ID of this version: | #1020674/4 |
| Text MD5: | 862776c51c2926a15c6669504fb909a9 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-12-30 17:40:54 |
| Source code size: | 119 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 478 / 530 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |