Deployment Tools Foundation
GetFiles Method (stream)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► CompressionEngine ► GetFiles(Stream)
Gets the list of files in an archive Stream.
Declaration Syntax
Parameters- stream (Stream)
- A stream for reading the archive.
Return ValueA list of the paths of all files contained in the
archive.
Exceptions| Exception | Condition |
|---|---|
| ArchiveException | The stream is not a valid
archive. |