File

Undocumented in source.

Constructors

this
this(String pathname)
Undocumented in source.
this
this(String parent, String child)
Undocumented in source.
this
this(java.io.File.File parent, String child)
Undocumented in source.

Members

Functions

canRead
bool canRead()
Undocumented in source. Be warned that the author may not have intended to support it.
canWrite
bool canWrite()
Undocumented in source. Be warned that the author may not have intended to support it.
compareTo
int compareTo(java.io.File.File pathname)
Undocumented in source. Be warned that the author may not have intended to support it.
createNewFile
bool createNewFile()
Undocumented in source. Be warned that the author may not have intended to support it.
deleteOnExit
void deleteOnExit()
Undocumented in source. Be warned that the author may not have intended to support it.
delete_KEYWORDESCAPE
bool delete_KEYWORDESCAPE()
Undocumented in source. Be warned that the author may not have intended to support it.
exists
bool exists()
Undocumented in source. Be warned that the author may not have intended to support it.
getAbsoluteFile
java.io.File.File getAbsoluteFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getAbsolutePath
String getAbsolutePath()
Undocumented in source. Be warned that the author may not have intended to support it.
getCanonicalFile
java.io.File.File getCanonicalFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getCanonicalPath
String getCanonicalPath()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
String getName()
Undocumented in source. Be warned that the author may not have intended to support it.
getParent
String getParent()
Undocumented in source. Be warned that the author may not have intended to support it.
getParentFile
java.io.File.File getParentFile()
Undocumented in source. Be warned that the author may not have intended to support it.
getPath
String getPath()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrefixLength
int getPrefixLength()
Undocumented in source. Be warned that the author may not have intended to support it.
isAbsolute
bool isAbsolute()
Undocumented in source. Be warned that the author may not have intended to support it.
isDirectory
bool isDirectory()
Undocumented in source. Be warned that the author may not have intended to support it.
isFile
bool isFile()
Undocumented in source. Be warned that the author may not have intended to support it.
isHidden
bool isHidden()
Undocumented in source. Be warned that the author may not have intended to support it.
lastModified
long lastModified()
Undocumented in source. Be warned that the author may not have intended to support it.
length
long length()
Undocumented in source. Be warned that the author may not have intended to support it.
list
String[] list()
Undocumented in source. Be warned that the author may not have intended to support it.
listFiles
java.io.File.File[] listFiles()
Undocumented in source. Be warned that the author may not have intended to support it.
mkdir
bool mkdir()
Undocumented in source. Be warned that the author may not have intended to support it.
mkdirs
bool mkdirs()
Undocumented in source. Be warned that the author may not have intended to support it.
renameTo
bool renameTo(java.io.File.File dest)
Undocumented in source. Be warned that the author may not have intended to support it.
setLastModified
bool setLastModified(long time)
Undocumented in source. Be warned that the author may not have intended to support it.
setReadOnly
bool setReadOnly()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
String toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

createTempFile
java.io.File.File createTempFile(String prefix, String suffix, java.io.File.File directory)
Undocumented in source. Be warned that the author may not have intended to support it.
createTempFile
java.io.File.File createTempFile(String prefix, String suffix)
Undocumented in source. Be warned that the author may not have intended to support it.
listRoots
java.io.File.File[] listRoots()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

pathSeparator
String pathSeparator;
Undocumented in source.
pathSeparatorChar
char pathSeparatorChar;
Undocumented in source.
separator
String separator;
Undocumented in source.
separatorChar
char separatorChar;
Undocumented in source.

Meta