PowerTCP Zip Compression for .NET
Path Property (SelfExtractConfiguration)




Gets or sets the default destination folder for extraction.
Syntax
Public Property Path As String
Dim instance As SelfExtractConfiguration
Dim value As String
 
instance.Path = value
 
value = instance.Path
public string Path {get; set;}
public: __property string* get_Path();
public: __property void set_Path( 
   string* value
);
public:
property String^ Path {
   String^ get();
   void set (    String^ value);
}

Property Value

A string value representing the destination folder. The default value is the run-time directory.
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