Changed Methods |
boolean createNewFile()
|
Documentation changed from old to new. |
Atomically creates a new empty file named by this abstract pathname if and only if a file with this name does not yet exist. |
void deleteOnExit()
|
Documentation changed from old to new. |
Requests that the file or directory denoted by this abstract pathname be deleted when the virtual machine terminates. |
boolean equals(Object )
|
Documentation changed from old to new. |
Tests this abstract pathname for equality with the given object. |
String getAbsolutePath()
|
Documentation changed from old to new. |
Returns the absolute pathname string of this abstract pathname. |
String getCanonicalPath()
|
Documentation changed from old to new. |
Returns the canonical pathname string of this abstract pathname. |
int hashCode()
|
Documentation changed from old to new. |
Computes a hash code for this abstract pathname. |
boolean isAbsolute()
|
Documentation changed from old to new. |
Tests whether this abstract pathname is absolute. |
boolean isHidden()
|
Documentation changed from old to new. |
Tests whether the file named by this abstract pathname is a hidden file. |
boolean renameTo(File )
|
Documentation changed from old to new. |
Renames the file denoted by this abstract pathname. |
int compareTo(File )
|
Documentation changed from old to new. |
Compares two abstract pathnames lexicographically. |
File createTempFile(String, String, File)
|
Documentation changed from old to new. |
Creates a new empty file in the specified directory using the given prefix and suffix strings to generate its name. |