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

java.io.File has problems with root directory (on Solaris)

XMLWordPrintable

    • 1.1.1
    • sparc
    • solaris_2.4, solaris_2.5.1
    • Not verified

      For example:
      new File("/home").getParent() returns null. ("/" would be nice)
      new File("//home").getParent() returns "/".

      new File("/").list() returns:
       "//net"
       "//home" ("/home" would be nicer, at least there is getCanonicalPath() now)

       and lots more.

      From a program's point of view, there is no way to navigate up to find "/".
      ("/home" seems to be the root (null parent) when starting from "/home/hefner")

      Windows of course has an even bigger set of problems.
      (e.g., does "C:\" have a parent, and if not, is there any way to obtain
       a list of drives?)

            mr Mark Reinhold
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: