static File getCanonicalFile(S path) ctex { ret path == null ? : newFile(path).getCanonicalFile(); } static File getCanonicalFile(File f) ctex { ret f == null ? null : f.getCanonicalFile(); }
Began life as a copy of #1011454
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015858 |
| Snippet name: | getCanonicalFile - File.getCanonicalFile() |
| Eternal ID of this version: | #1015858/3 |
| Text MD5: | dc1dbba83aaf372b8bb810e46c1a75d6 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-05-26 15:11:36 |
| Source code size: | 202 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 620 / 665 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |