ExtractToDirectory

<< Click to Display Table of Contents >>

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

ExtractToDirectory

Previous pageReturn to chapter overviewNext page

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

 

sourceArchiveFileName - The path to the archive that is to be extracted.

destinationDirectoryName - The path to the directory in which to place the extracted files, specified as a relative or absolute path. A relative path is interpreted as relative

to the current working directory.

 

ExtractToDirectory             PROCEDURE(STRING sourceArchiveFileName, STRING destinationDirectoryName), BOOL, PROC