1 | sbool absoluteDirExists(S path) {
|
2 | ret isAbsoluteFile(path) && isDir(path); |
3 | } |
4 | |
5 | sbool absoluteDirExists(File f) {
|
6 | ret isAbsoluteFile(f) && isDir(f); |
7 | } |
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: | 504 / 567 |
| Referenced in: | [show references] |