public class ItlFile
extends java.io.File
| Constructor and Description |
|---|
ItlFile(java.io.File parent,
java.lang.String child)
Construction of a new ItlFile with the given parent file and child.
|
ItlFile(java.lang.String pathname)
Construction of a new ItlFile with the given filename.
|
ItlFile(java.lang.String parent,
java.lang.String child)
Construction of a new ItlFile with the given parent and child.
|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURLpublic ItlFile(java.lang.String parent,
java.lang.String child)
parent - The parent abstract filename.child - The child abstract filename.File.File(String, String)public ItlFile(java.lang.String pathname)
pathname - The filename.File.File(String)public ItlFile(java.io.File parent,
java.lang.String child)
parent - The parent file.child - The child abstract filename.File.File(File, String)