Namespace:
Rebex.IO.Compression
Assembly:
Rebex.Zip (in Rebex.Zip.dll)
Syntax
Visual Basic |
---|
<ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Add(string, string, string, Rebex.IO.TraversalMode, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.", _ True)> _ Public Shared Function Add ( _ zipFilePath As String, _ sourcePathOrMask As String, _ archiveDirectoryPath As String, _ mode As ArchiveTraversalMode, _ defaultActionOnExistingFiles As ArchiveActionOnExistingFile _ ) As ArchiveOperationResult |
C# |
---|
[ObsoleteAttribute("This method overload has been deprecated and will be removed. Use Add(string, string, string, Rebex.IO.TraversalMode, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.", true)] public static ArchiveOperationResult Add( string zipFilePath, string sourcePathOrMask, string archiveDirectoryPath, ArchiveTraversalMode mode, ArchiveActionOnExistingFile defaultActionOnExistingFiles ) |
Parameters
- zipFilePath
- Type: System..::..String
- sourcePathOrMask
- Type: System..::..String
- archiveDirectoryPath
- Type: System..::..String
- defaultActionOnExistingFiles
- Type: Rebex.IO.Compression..::..ArchiveActionOnExistingFile