Generated by
JDiff

Class com.itextpdf.commons.utils.FileUtil

Changed Methods
void  createDirectories( String) Documentation changed from old to new.
Creates a directory at the provided path.
boolean  directoryExists( String) Documentation changed from old to new.
Checks whether there is a directory at the provided path.
boolean  fileExists( String) Documentation changed from old to new.
Checks whether there is a file at the provided path.
String  getFontsDir() Documentation changed from old to new.
Gets the default windows font directory.
String[]  listFilesInDirectory( String, boolean ) Documentation changed from old to new.
Lists all the files located at the provided directory.
File[]  listFilesInDirectoryByFilter( String, FileFilter ) Documentation changed from old to new.
Lists all the files located at the provided directory, which are accepted by the provided filter.
boolean  removeFiles( String[]) Documentation changed from old to new.
Removes all of the passed files.
File  createTempFile( String) Documentation changed from old to new.
Creates a temporary file at the provided path.