Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkAddFile(String)
Adds the specified file to the root directory of the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAddFile(Stream, String)
Adds data from the specified stream to the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAddFile(String, String)
Adds the specified local file to the specified directory within the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAddFile(Stream, String, ActionOnExistingFiles)
Adds data from the specified stream to the ZIP archive.
Public methodSupported by the .NET Compact FrameworkAddFile(String, String, ActionOnExistingFiles)
Adds the specified local file to the specified directory within the ZIP archive.

See Also