ExtractToFile

<< Click to Display Table of Contents >>

Navigation:  EasyDotNet documentation > Classes > TZipArchiveEntry class > Methods >

ExtractToFile

Previous pageReturn to chapter overviewNext page

Extracts an entry in the zip archive to a file.

 

destinationFileName - The zip archive entry to extract a file from.

 

overwrite - true to overwrite an existing file that has the same name as the destination file; otherwise, false.

 

ExtractToFile                   PROCEDURE(STRING destinationFileName, BOOL overwrite = FALSE)