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.

C# | Visual Basic | Visual C++ |


A stream where extracted file bytes are to be written, or null to skip
extraction of the file and continue to the next file.

The implementor may use the path, size and date information to dynamically
decide whether or not the file should be extracted.