Returns the full path to the resource. The path uses forward-slashes, no matter which OS is used. @return path
()
| 309 | * @return path |
| 310 | */ |
| 311 | public final String path() { |
| 312 | return pth; |
| 313 | } |
| 314 | |
| 315 | /** |
| 316 | * Returns the directory path (all characters up to the last slash). |