Discuss this help topic in SecureBlackbox Forum
Specifies file name of the archive directory entry.
Declaration
[C#/Java]
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)
Description
This property contains name of the archived file or directory.
Discuss this help topic in SecureBlackbox Forum