Other |
---|
1.2.0 1.2beta4Fixed |
Duplicate :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The java.io.File class is intended to be an abstract representation of file and 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
|