sbool absoluteDirExists(S path) { ret isAbsoluteFile(path) && isDir(path); } sbool absoluteDirExists(File f) { ret isAbsoluteFile(f) && isDir(f); }
Began life as a copy of #1020993
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: | #1020995 | 
| Snippet name: | absoluteDirExists - is absolute path & directory exists | 
| Eternal ID of this version: | #1020995/1 | 
| Text MD5: | 8421d603759289d3f322c214346ff6c4 | 
| 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:26:11 | 
| Source code size: | 158 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 500 / 562 | 
| Referenced in: | [show references] |