Skip to main content
A newer version of this page is available. .

ZipArchive.AddFiles(IEnumerable<String>, String) Method

Adds files to the archive at the specified path.

Namespace: DevExpress.Compression

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public void AddFiles(
    IEnumerable<string> fileNames,
    string archivePath
)

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