Dart.PowerTCP.Zip Namespace > ArchiveItem Class : Path Property |
<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); }
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.