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.
Declaration Syntax
C# | Visual Basic | Visual C++ |
Parameters
Return Value
A stream where extracted file bytes are to be written, or null to skip
extraction of the file and continue to the next file.
Remarks
The implementor may use the path, size and date information to dynamically
decide whether or not the file should be extracted.