Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4701415

File(URL url) convenience method

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.4.1
    • core-libs
    • generic
    • generic

      It would be nice if we could easily convert from a URL to a File similar to
      the functionality we currently have for URIs.

      e.g.

      public File(URL url) {
         new File(new URI(url.toExternalForm()));
      }

      -- iag@sfbay 2002-06-12

            iris Iris Clark
            iris Iris Clark
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: