站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档

Major additions to java.io.File - JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档

Java

Major additions to java.io.File

Java® 2 SDK Contents
The File class is now a true abstract representation of file and directory pathnames. These changes allow this class to better support non-Unix platforms such as Windows, which has a rich pathname syntax involving drive letters, UNC share names, and multiple separator characters. The original specification could not handle these cases because it was written in terms of simple string operations.

The File class has been expanded to support the following new features:


Copyright © 1999 Sun Microsystems, Inc. All Rights Reserved.

Sun
Java Software