PowerTCP Zip Compression for .NET
VolumeLabel Property




Gets or sets the volume label.
Syntax
<BrowsableAttribute(False)>
Public Property VolumeLabel As String
Dim instance As Archive
Dim value As String
 
instance.VolumeLabel = value
 
value = instance.VolumeLabel
[Browsable(false)]
public string VolumeLabel {get; set;}
[Browsable(false)]
public: __property string* get_VolumeLabel();
public: __property void set_VolumeLabel( 
   string* value
);
[Browsable(false)]
public:
property String^ VolumeLabel {
   String^ get();
   void set (    String^ value);
}

Property Value

A string representing the volume label. The default value is an empty string.
Remarks

When using Archive.Open on an archive that contains a volume label the VolumeLabel is set.

When using Archive.Unzip and the VolumeLabel contains a value, that value is not written to the disk.

When Using Archive.Zip and the VolumeLabel contains a value, the VolumeLabel value is preserved in the archive using the PKZIP format.

The character set encoding used for the VolumeLabel is based on the value of Archive.Encoding.

See Also

Reference

Archive Class
Archive Members


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