Discuss this help topic in SecureBlackbox Forum

TElZipDosFileAttributes.System

TElZipDosFileAttributes     See also     


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


Specifies whether a file or directory is marked as system.

Declaration

[C#]
    bool System;

[VB.NET]
    Property System As Boolean

[Pascal]
    property System : boolean;

[C++]
    bool get_System();
    void set_System(bool Value);

[PHP]
    bool get_System()
    void set_System(bool $Value)

[Java]
    boolean getSystem();
    void setSystem(boolean Value);

Description

    Use this property to specify whether a file or directory is system.

See also:     Archive     Directory     Hidden     ReadOnly     VolumeLabel    

Discuss this help topic in SecureBlackbox Forum