PowerTCP Zip Compression for .NET
PreservePath Property (SelfExtractConfiguration)




Gets or sets whether to preserve the path during an unzip operation.
Syntax
Public Property PreservePath As Boolean
Dim instance As SelfExtractConfiguration
Dim value As Boolean
 
instance.PreservePath = value
 
value = instance.PreservePath
public bool PreservePath {get; set;}
public: __property bool get_PreservePath();
public: __property void set_PreservePath( 
   bool value
);
public:
property bool PreservePath {
   bool get();
   void set (    bool value);
}

Property Value

A boolean specifying whether to preserve the path during an unzip operation. The default value is false.
See Also

Reference

SelfExtractConfiguration Class
SelfExtractConfiguration Members


PowerTCP Zip for .NET Documentation Version 2.1.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic