Tests if this is a local directory instance, or if the path ends with a slash. @return result of check
()
| 169 | * @return result of check |
| 170 | */ |
| 171 | public boolean isDir() { |
| 172 | return Strings.endsWith(pth, '/'); |
| 173 | } |
| 174 | |
| 175 | /** |
| 176 | * Tests if this is an absolute path. |
no test coverage detected