|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use File | |
de.goerntkai.toolbox.fs |
Provides classes for reading and writing data from and to the file
system as well as extensions to java.io.File to have
files and folders more usable. |
Uses of File in de.goerntkai.toolbox.fs |
Subclasses of File in de.goerntkai.toolbox.fs | |
class |
Folder
Represents a folder object in the file system. |
Methods in de.goerntkai.toolbox.fs with parameters of type File | |
long |
File.copyTo(File destination)
Copies this file object to the given destination file. |
Constructors in de.goerntkai.toolbox.fs with parameters of type File | |
Folder(File theParent,
java.lang.String theChild)
Inherited from de.goerntkai.devbase.tools.File . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |