ExtractToDirectory

<< Click to Display Table of Contents >>

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

ExtractToDirectory

Previous pageReturn to chapter overviewNext page

Extracts all the files in the zip archive to a directory on the file system.

 

destinationDirectoryName - The path to the directory to place the extracted files in. You can specify either a relative or an absolute path. A relative path is interpreted as relative to the current working directory.

 

ExtractToDirectory             PROCEDURE(STRING destinationDirectoryName)