Class FileUtil

java.lang.Object
com.itextpdf.test.utils.FileUtil

public final class FileUtil extends Object
  • Constructor Details

    • FileUtil

      public FileUtil()
  • Method Details

    • copy

      public static void copy (String inputFile, String outputFile) throws IOException
      Creates a copy of a file.
      Parameters:
      inputFile - the path to the file to be copied
      outputFile - the path, to which the passed file should be copied
      Throws:
      IOException - signals that an I/O exception has occurred.