Where did bug 4104532 come from?
From a command prompt on windoze95, "cd \" and "dir \" refer to the
root directory of the current drive. Yet, according to 1.2beta4,
new File("\").isAbsolute() is false.
Further, "cd \c:", and "dir \c:" complain "File not found".
What am I missing? How is the new, incompatible behaviour correct?
From a command prompt on windoze95, "cd \" and "dir \" refer to the
root directory of the current drive. Yet, according to 1.2beta4,
new File("\").isAbsolute() is false.
Further, "cd \c:", and "dir \c:" complain "File not found".
What am I missing? How is the new, incompatible behaviour correct?
- relates to
-
JDK-4418831 java.io.File(String,String) creates wrong path if 2nd param starts with \
- Closed