Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.FileType

TElTarFileAttributes     See also     


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


Specifies file type.

Declaration

[C#]
    TSBTarFileType FileType;

[VB.NET]
    Property FileType As TSBTarFileType

[Pascal]
    property FileType : TSBTarFileType;

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

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

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

Tar file types:

Description

This property specifies the file type.

See also:     FileTypeCode    

Discuss this help topic in SecureBlackbox Forum