Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.VolumeLabel

TElZipDosFileAttributes     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether the file is a volume label.

Declaration

[C#]
    bool VolumeLabel;

[VB.NET]
    Property VolumeLabel As Boolean

[Pascal]
    property VolumeLabel : boolean;

[C++]
    bool get_VolumeLabel();
    void set_VolumeLabel(bool Value);

[PHP]
    bool get_VolumeLabel()
    void set_VolumeLabel(bool $Value)

[Java]
    boolean getVolumeLabel();
    void setVolumeLabel(boolean Value);

Description

    Use this property to specify whether the file is a volume label.

See also:     Archive     Directory     Hidden     ReadOnly     System    

Discuss this help topic in SecureBlackbox Forum