![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
GetFileInfo Method (streamContext, fileFilter)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression.Zip ► ZipEngine ► GetFileInfo(IUnpackStreamContext, Predicate<(Of <<'(String>)>>))
Gets information about files in a zip archive or archive chain.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public override IList<ArchiveFileInfo> GetFileInfo( IUnpackStreamContext streamContext, Predicate<string> fileFilter )
Public Overrides Function GetFileInfo ( streamContext As IUnpackStreamContext, fileFilter As Predicate(Of String) ) As IList(Of ArchiveFileInfo)
public: virtual IList<ArchiveFileInfo^>^ GetFileInfo( IUnpackStreamContext^ streamContext, Predicate<String^>^ fileFilter ) override
![](collapse_all.gif)
- streamContext (IUnpackStreamContext)
- A context interface to handle opening and closing of archive and file streams.
![](collapse_all.gif)
![](collapse_all.gif)
The fileFilter predicate takes an internal file
path and returns true to include the file or false to exclude it.
![](collapse_all.gif)
Exception | Condition |
---|---|
ArchiveException | The archive provided
by the stream context is not valid. |
Assembly: Microsoft.Deployment.Compression.Zip (Module: Microsoft.Deployment.Compression.Zip.dll) Version: 3.0.0.0 (3.9.1006.0)