In my silverlight API 2.4 application, it allows user to do spatial query. the query result as feature set is saved to a shapefiles which created by a geoprocessing service using in the application. the shapefiles are located in in a sub-folder with JOBID in ArcGISJobs folder for user download. I have the downloading a file function but cannot download a folder, so I need to zip those files into a zip file so that user can download this file. the question is that how to zip those files at runtime by silverlight application? Any help is appreciated!