Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1011454 // getCanonicalPath - File.getCanonicalPath()

JavaX fragment (include)

sS getCanonicalPath(File f) ctex {
  ret f == null ? null : f.getCanonicalPath();
}

sS getCanonicalPath(S path) {
  ret getCanonicalPath(newFile(path));
}

Author comment

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: 375 / 428
Version history: 2 change(s)
Referenced in: [show references]