Discuss this help topic in SecureBlackbox Forum

TElZipUnixFileAttributes.FileType

TElZipUnixFileAttributes     


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


Specifies file type.

Declaration

[C#]
    TSBZipUnixFileType FileType;

[VB.NET]
    Property FileType As TSBZipUnixFileType

[Pascal]
    property FileType : TSBZipUnixFileType;

[C++]
    TSBZipUnixFileType get_FileType();
    void set_FileType(TSBZipUnixFileType Value);

[PHP]
    integer get_FileType()
    void set_FileType(integer $Value)

[Java]
    TSBZipUnixFileType getFileType();
    void setFileType(TSBZipUnixFileType Value);

Possible values:

Description

    Use this property to specify the typeof the file.

Discuss this help topic in SecureBlackbox Forum