| |
|
| java.lang.Object gnu.text.Path gnu.text.FilePath
FilePath | public class FilePath extends Path implements Comparable(Code) | | A wrapper around a
java.io.File that extends
Path .
|
path | String path(Code) | | Usually the same as
file.toString() .
One important difference:
isDirectory is true
if
path ends with the
'/' or the
separatorChar .
(
The original String if constructed from a String.
|
exists | public boolean exists()(Code) | | |
getContentLength | public long getContentLength()(Code) | | |
getLastModified | public long getLastModified()(Code) | | |
hashCode | public int hashCode()(Code) | | |
isAbsolute | public boolean isAbsolute()(Code) | | |
isDirectory | public boolean isDirectory()(Code) | | |
|
|
|