Skip navigation links
A C D E F G H I J L M P R S T W 

G

getAbsoluteFile() - Method in class java.io.File
Returns the absolute form of this abstract pathname.
getAbsolutePath() - Method in class java.io.File
Returns the absolute pathname string of this abstract pathname.
getActions() - Method in class java.io.FilePermission
Returns the "canonical string representation" of the actions.
getCanonicalFile() - Method in class java.io.File
Returns the canonical form of this abstract pathname.
getCanonicalPath() - Method in class java.io.File
Returns the canonical pathname string of this abstract pathname.
getFreeSpace() - Method in class java.io.File
Returns the number of unallocated bytes in the partition named by this abstract path name.
getName() - Method in class java.io.File
Returns the name of the file or directory denoted by this abstract pathname.
getParent() - Method in class java.io.File
Returns the pathname string of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getParentFile() - Method in class java.io.File
Returns the abstract pathname of this abstract pathname's parent, or null if this pathname does not name a parent directory.
getPath() - Method in class java.io.File
Converts this abstract pathname into a pathname string.
getTotalSpace() - Method in class java.io.File
Returns the size of the partition named by this abstract pathname.
getUsableSpace() - Method in class java.io.File
Returns the number of bytes available to this virtual machine on the partition named by this abstract pathname.
A C D E F G H I J L M P R S T W 
Skip navigation links