Creates a URL from the specified path. Returns the original path for IO instances other than IOFile. @return URL
()
| 327 | * @return URL |
| 328 | */ |
| 329 | public String url() { |
| 330 | return pth; |
| 331 | } |
| 332 | |
| 333 | /** |
| 334 | * Compares the filename of the specified IO reference. |