Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.FileSystem

TElGZipFileAttributes     See also     


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


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

Declaration

[C#]
    TSBGZipFileSystem FileSystem;

[VB.NET]
    Property FileSystem As TSBGZipFileSystem

[Pascal]
    property FileSystem : TSBGZipFileSystem;

[C++]
    TSBGZipFileSystem get_FileSystem();
    void set_FileSystem(TSBGZipFileSystem Value);

[PHP]
    integer get_FileSystem()
    void set_FileSystem(integer $Value)

[Java]
    TSBGZipFileSystem getFileSystem();
    void setFileSystem(TSBGZipFileSystem Value);

TSBGZipFileSystem values:

Description

This property identifies the file system on which compression took place.

See also:     FileSystemCode    

Discuss this help topic in SecureBlackbox Forum