Deployment Tools Foundation
UnpackFiles Method (fileNames, destDirectory, destFileNames)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► ArchiveInfo ► UnpackFiles(IList<(Of <(String>)>), String, IList<(Of <(String>)>))
Extracts multiple files from the archive.
![](collapse_all.gif)
![](collapse_all.gif)
- fileNames (IList<(Of <(String>)>))
- The names of the files in the archive. Each name includes the internal path of the file, if any. File name matching is case-insensitive.
- destDirectory (String)
- This parameter may be null, but if specified it is the root directory for any relative paths in destFileNames.
![](collapse_all.gif)
If any extracted files already exist on disk, they will be overwritten.
The destDirectory and destFileNames parameters cannot both be null.