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

7
LINES

< > BotCompany Repo | #1015858 // getCanonicalFile - File.getCanonicalFile()

JavaX fragment (include)

static File getCanonicalFile(S path) ctex {
  ret path == null ? : newFile(path).getCanonicalFile();
}

static File getCanonicalFile(File f) ctex {
  ret f == null ? null : f.getCanonicalFile();
}

Author comment

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