Discuss this help topic in SecureBlackbox Forum

TElGZipFileAttributes.FileName

TElGZipFileAttributes     See also     


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


Contains original file name.

Declaration

[C#]
    string FileName;

[VB.NET]
    Property FileName As String

[Pascal]
    property FileName : string;

[C++]
    void get_FileName(std::string &OutResult);
    void set_FileName(const std::string &Value);

[PHP]
    string get_FileName()
    void set_FileName(string $Value)

[Java]
    String getFileName();
    void setFileName(String Value);

Description

This property specifies the original file name of the archive entry.

See also:     HasName    

Discuss this help topic in SecureBlackbox Forum