|
Public Methods |
native void | close () |
| Releases the resources owned by the entry.
|
void | finalize () |
| Releases the resources owned by the entry.
|
String | getPath () |
| The full path of the entry.
|
native char | getDrive () |
| The drive component of the entry's path.
|
native String | getDirectory () |
| The directory component of the entry's path.
|
native String | getDirectoryPath () |
| The full location component of the entry's path.
|
String[] | getDirectoryParts () |
| An array of Strings representing the parts of the Directory property.
|
native String | getFile () |
| The file component of the entry's path.
|
native String | getShortFile () |
| The short equivalent of the entry's File property.
|
native String | getFileName () |
| The file name component of the entry's path.
|
native String | getFileExt () |
| The file extension component of the entry's path.
|
Date | getCreationTime () |
| The time the entry was created.
|
Date | getModificationTime () |
| The time the entry was last modified.
|
Date | getLastAccessTime () |
| The time the entry was last accessed.
|
Date | getLastStatusChangeTime () |
| The time the entry's last status changed.
|
native long | getSize () |
| The size of the entry.
|
native boolean | isReadOnly () |
| Indicates whether the entry is read-only.
|
native boolean | isDirectory () |
| Indicates whether the entry is a directory.
|
native boolean | isLink () |
| Indicates whether the entry is a link.
|
String | toString () |
| Provides a String representation of the entry.
|