Opens the file for writing providing an encryption password and specifying if existing data should be replaced.
Parameters
- overwrite
- true if existing data for the item should be replaced; false if existing data should be preserved, appending new data at the end.
- compressionMethod
- The CompressionMethod that will be used to compress the file.
- compressionLevel
- The CompressionLevel that will be used when compressing the file.
- encryptionPassword
- The password that will be used to encrypt the file.
Return Value
A
System.IO.Stream object that can be used to write data to the file.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2