public final class FileUtil extends Object
| Constructor and Description |
|---|
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copy(String inputFile, String outputFile)
Creates a copy of a file.
|
public static void copy(String inputFile, String outputFile) throws IOException
inputFile - the path to the file to be copied
outputFile - the path, to which the passed file should be copied
IOException - signals that an I/O exception has occurred.
Copyright © 1998–2022 iText Group NV. All rights reserved.