Discuss this help topic in SecureBlackbox Forum
Specifies the type code as stored by Tar.
Declaration
[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.
Discuss this help topic in SecureBlackbox Forum