-
Enhancement
-
Resolution: Fixed
-
P2
-
1.1.5, 1.1.6, 1.2.0
-
1.2beta4
-
generic, x86
-
generic, windows_95, windows_nt
-
Not verified
directory names. Unfortunately it was specified in the JLS to operate in terms
of string operations and a single fixed "separator" character. This model is
wholly inadequate for non-Unix platforms such as Win32, which have richer
pathname syntaxes involving drive letters, UNC share names, and multiple
separator characters. The current implementation deals with some, though not
all, of these features and therefore violates the current specification. There
are several outstanding bugs that, if fixed, would cause the implementation to
deviate further from the specification.
-- mr@eng 4/21/1998
- duplicates
-
JDK-4141855 java.io.File.getName can return more than file name
-
- Closed
-
- relates to
-
JDK-4070044 java.io.File.getCanonicalPath does not handle drive-relative paths (win32)
-
- Closed
-
-
JDK-4103608 java.io.File.getParent should remove redundant separator chars
-
- Closed
-
-
JDK-4208417 java.io.File.getAbsolutePath with null path does not return trailing slash
-
- Closed
-
-
JDK-4040846 java.io.File.mkdirs return false if directory name ends with a "/"
-
- Closed
-
-
JDK-4102262 java.io.File: Inconsistent filename normalization (win32)
-
- Closed
-
-
JDK-4123637 java.io.File.getParent() returns "/u/test" as the parent of "/u/test/"
-
- Closed
-
-
JDK-4150815 java.io.File.getPath() does not preserve trailing separator characters
-
- Closed
-