Deployment Tools Foundation
OpenFileWriteStream Method (path, fileSize, lastWriteTime)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.Compression ► IUnpackStreamContext ► OpenFileWriteStream(String, Int64, DateTime)
Opens a stream for writing extracted file bytes.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
![](collapse_all.gif)
![](collapse_all.gif)
A stream where extracted file bytes are to be written, or null to skip
extraction of the file and continue to the next file.
![](collapse_all.gif)
The implementor may use the path, size and date information to dynamically
decide whether or not the file should be extracted.