Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.Archive

TElZipDosFileAttributes     See also     


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


Specifies whether the file is archived.

Declaration

[C#]
    bool Archive;

[VB.NET]
    Property Archive As Boolean

[Pascal]
    property Archive : boolean;

[C++]
    bool get_Archive();
    void set_Archive(bool Value);

[PHP]
    bool get_Archive()
    void set_Archive(bool $Value)

[Java]
    boolean getArchive();
    void setArchive(boolean Value);

Description

    Use this property to specify whether the file is archived.

See also:     Directory     Hidden     ReadOnly     System     VolumeLabel    

Discuss this help topic in SecureBlackbox Forum