Click or drag to resize

ArchiveExtractorSkipErrorAccessFilesWithSameContent Property

Gets or sets a value indicating whether a file extraction should be skipped if an access error occurs and the file content is already corresponding. Ex : can allow to avoid errors when a file is in use.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public bool SkipErrorAccessFilesWithSameContent { get; set; }

Property Value

Type: Boolean
See Also