Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.FileSystemCode

TElGZipFileAttributes     See also     


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


Identifies the type of file system on which compression took place.

Declaration

[C#]
    byte FileSystemCode;

[VB.NET]
    Property FileSystemCode As Byte

[Pascal]
    property FileSystemCode : byte;

[C++]
    uint8_t get_FileSystemCode();
    void set_FileSystemCode(uint8_t Value);

[PHP]
    integer get_FileSystemCode()
    void set_FileSystemCode(integer $Value)

[Java]
    byte getFileSystemCode();
    void setFileSystemCode(byte arg0);

Description

This property identifies the file system on which compression took place. Possible values are described in RFC 1952. The corresponding SecureBlackbox enum value is given by FileSystem.

See also:     FileSystem    

Discuss this help topic in SecureBlackbox Forum