'Declaration Public Overloads Sub CopyFilesTo( _ ByVal destinationFile As AbstractFile, _ ByVal overwrite As Boolean _ )
'Usage Dim instance As GZipArchive Dim destinationFile As AbstractFile Dim overwrite As Boolean instance.CopyFilesTo(destinationFile, overwrite)
public void CopyFilesTo( AbstractFile destinationFile, bool overwrite )
Parameters
- destinationFile
- An AbstractFile object that represents the file to which the archive's files must be copied. Cannot be a null reference (Nothing in Visual Basic).
- overwrite
- true if the destination file should be overwritten if it already exists; false otherwise.