1 | sS getCanonicalPath(File f) ctex {
|
2 | ret f == null ? null : f.getCanonicalPath(); |
3 | } |
4 | |
5 | sS getCanonicalPath(S path) {
|
6 | ret getCanonicalPath(newFile(path)); |
7 | } |
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: | 755 / 812 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |