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

9
LINES

< > BotCompany Repo | #1020994 // isAbsoluteFile - synonym of isAbsolutePath

JavaX fragment (include)

static bool isAbsoluteFile(S s) {
  ret isAbsolutePath(s);
}



static bool isAbsoluteFile(File f) {
  ret isAbsolutePath(f);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020994
Snippet name: isAbsoluteFile - synonym of isAbsolutePath
Eternal ID of this version: #1020994/1
Text MD5: 7f006295b5a2d29bda578075df1daf61
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-16 00:08:56
Source code size: 129 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 208 / 239
Referenced in: [show references]