Discuss this help topic in SecureBlackbox Forum

TElTarFileAttributes.FileTypeCode

TElTarFileAttributes     See also     


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


Specifies the type code as stored by Tar.

Declaration

[C#]
    char FileTypeCode;

[VB.NET]
    Property FileTypeCode As Char

[Pascal]
    property FileTypeCode : Char;

[C++]
    char get_FileTypeCode();
    void set_FileTypeCode(char Value);

[PHP]
    char get_FileTypeCode()
    void set_FileTypeCode(char $Value)

[Java]
    char getFileTypeCode();
    void setFileTypeCode(char Value);

Description

This property specifies the file type code according to Tar specification.

See also:     FileType    

Discuss this help topic in SecureBlackbox Forum