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

7
LINES

< > BotCompany Repo | #1020993 // absoluteFileExists - is absolute path & file exists (but not a directory)

JavaX fragment (include)

1  
sbool absoluteFileExists(S path) {
2  
  ret isAbsoluteFile(path) && isFile(path);
3  
}
4  
5  
sbool absoluteFileExists(File f) {
6  
  ret isAbsoluteFile(f) && isFile(f);
7  
}

Author comment

Began life as a copy of #1007362

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: #1020993
Snippet name: absoluteFileExists - is absolute path & file exists (but not a directory)
Eternal ID of this version: #1020993/7
Text MD5: 72ddc558ab4fa17c2cd47c8ff932bd03
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-16 00:10:55
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 224 / 304
Version history: 6 change(s)
Referenced in: [show references]