Discuss this help topic in SecureBlackbox Forum
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.
Discuss this help topic in SecureBlackbox Forum