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

9
LINES

< > BotCompany Repo | #1035482 // canonicalFile - synonym of getCanonicalFile

JavaX fragment (include)

static File canonicalFile(S path) {
  ret getCanonicalFile(path);
}



static File canonicalFile(File f) {
  ret getCanonicalFile(f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035482
Snippet name: canonicalFile - synonym of getCanonicalFile
Eternal ID of this version: #1035482/1
Text MD5: a1b175db5c9cf39f19015f6eb5a55491
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-26 15:11:46
Source code size: 137 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 54 / 66
Referenced in: [show references]