ZipArchive.AddFiles(IEnumerable<String>, String) Method
Adds files to the archive at the specified path.
Namespace: DevExpress.Compression
Assembly: DevExpress.Docs.v24.1.dll
NuGet Package: DevExpress.Document.Processor
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileNames | IEnumerable<String> | A list of file names which implements the IEnumerable<T><String,> interface. |
archivePath | String | A string that specifies the archive path to which the files will be added. |
See Also