Gets or sets whether to preserve the path during an unzip operation.
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.