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, Rebex.IO.TraversalMode, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.", _ True)> _ Public Function Add ( _ 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, Rebex.IO.TraversalMode, Rebex.IO.TransferMethod, Rebex.IO.ActionOnExistingFiles) method instead.", true)] public ArchiveOperationResult Add( string sourcePathOrMask, string archiveDirectoryPath, ArchiveTraversalMode mode, ArchiveActionOnExistingFile defaultActionOnExistingFiles ) |
Parameters
- sourcePathOrMask
- Type: System..::..String
- archiveDirectoryPath
- Type: System..::..String
- defaultActionOnExistingFiles
- Type: Rebex.IO.Compression..::..ArchiveActionOnExistingFile