Dart.PowerTCP.Zip Namespace > Archive Class : VolumeLabel Property |
<BrowsableAttribute(False)> Public Property VolumeLabel As String
Dim instance As Archive Dim value As String instance.VolumeLabel = value value = instance.VolumeLabel
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.