borland Packages Class Hierarchy jb.io Package
com.borland.jb.io.FileSystem
Methods
Implemented by LocalFileSystem
This interface is used internally by other com.borland classes. You should never use this interface directly.
String addDir(String path, String dir)
This method is used internally by other com.borland classes. You should never use this method directly.
boolean compareBytes(byte[] buf1, byte[] buf2, int count)
This method is used internally by other com.borland classes. You should never use this method directly.
boolean compareFiles(String path1, String path2)
This method is used internally by other com.borland classes. You should never use this method directly.
void copyFile(String src, String dest)
This method is used internally by other com.borland classes. You should never use this method directly.
void copyFile(String src, String dest, String header)
This method is used internally by other com.borland classes. You should never use this method directly.
String createFilePath(String path, String file)
This method is used internally by other com.borland classes. You should never use this method directly.
void deleteDirectoryTree(String dirPath)
This method is used internally by other com.borland classes. You should never use this method directly.
File getClassesFile(Object object)
This method is used internally by other com.borland classes. You should never use this method directly.
File getClassesFile(String file)
This method is used internally by other com.borland classes. You should never use this method directly.
int listContains(String[]baseList, String name)
This method is used internally by other com.borland classes. You should never use this method directly.
Properties loadProperties(String path)
This method is used internally by other com.borland classes. You should never use this method directly.
boolean makeDir(String path)
This method is used internally by other com.borland classes. You should never use this method directly.
boolean makeDirs(String path)
This method is used internally by other com.borland classes. You should never use this method directly.
File newFile(String path)
This method is used internally by other com.borland classes. You should never use this method directly.
boolean traverse(TraverseAction act, File dir)
This method is used internally by other com.borland classes. You should never use this method directly.