VPFileIO ZipFiles Method (IEnumerable String , String, Stream)Virtual Photonics - VTS Library
Virtual Photonics
Writes one or more files to a compressed zip package

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static void ZipFiles(
	IEnumerable<string> fileNames,
	string folderPath,
	Stream zipFileStream
)

Parameters

fileNames
Type: OnlineSystem.Collections.Generic IEnumerable OnlineString 
The files to be written (isolated storage files in Silverlight)
folderPath
Type: OnlineSystem String
The root folder path where the files are located (can be null)
zipFileStream
Type: OnlineSystem.IO Stream
The stream of the destination zip file
See Also