PowerTCP Zip Compression for .NET
Path Property (ArchiveItem)




Gets or sets the directory location of the item.
Syntax
<DefaultValueAttribute()>
<CategoryAttribute("ArchiveItem")>
<DescriptionAttribute("When this object represents a file item, this property is its path, which will be used when zipping or unzipping the item. ")>
Public Property Path As String
Dim instance As ArchiveItem
Dim value As String
 
instance.Path = value
 
value = instance.Path
[DefaultValue()]
[Category("ArchiveItem")]
[Description("When this object represents a file item, this property is its path, which will be used when zipping or unzipping the item. ")]
public string Path {get; set;}
[DefaultValue()]
[Category("ArchiveItem")]
[Description("When this object represents a file item, this property is its path, which will be used when zipping or unzipping the item. ")]
public: __property string* get_Path();
public: __property void set_Path( 
   string* value
);
[DefaultValue()]
[Category("ArchiveItem")]
[Description("When this object represents a file item, this property is its path, which will be used when zipping or unzipping the item. ")]
public:
property String^ Path {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the directory location of the item.
Remarks

Changing this property will have no impact on the source, just the destination.

Changing this property may be useful when choosing to unzip a compressed item to a directory that is different than the original source.

See Also

Reference

ArchiveItem Class
ArchiveItem Members


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