sS getCanonicalPath(File f) ctex { ret f == null ? null : f.getCanonicalPath(); } sS getCanonicalPath(S path) { ret getCanonicalPath(newFile(path)); }
Began life as a copy of #1005309
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: | #1011454 |
Snippet name: | getCanonicalPath - File.getCanonicalPath() |
Eternal ID of this version: | #1011454/3 |
Text MD5: | d44e08a547be00598b38ebf7d9fb3845 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-15 14:26:13 |
Source code size: | 161 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 499 / 547 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1015858 - getCanonicalFile - File.getCanonicalFile() |