Discuss this help topic in SecureBlackbox Forum

TElZipArchiveDirectoryEntry.InputPath

TElZipArchiveDirectoryEntry     See also     


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


Specifies path to the data to be compressed.

Declaration

[C#]
    string InputPath;

[VB.NET]
    Property InputPath As String

[Pascal]
    property InputPath : string;

[C++]
    void get_InputPath(std::string &OutResult);
    void set_InputPath(const std::string &Value);

[PHP]
    string get_InputPath()
    void set_InputPath(string $Value)

[Java]
    String getInputPath();
    void setInputPath(String Value);

Description

    Use this property to specify the path to the data which is to be compressed.

See also:     InputStream    

Discuss this help topic in SecureBlackbox Forum