Discuss this help topic in SecureBlackbox Forum
Specifies file names charset.
Declaration
[C#]
string FilenamesCharset;
[VB.NET]
Property FilenamesCharset As String
[Pascal]
property FilenamesCharset : string;
[C++]
void get_FilenamesCharset(std::string &OutResult);
void set_FilenamesCharset(const std::string &Value);
[PHP]
string get_FilenamesCharset()
void set_FilenamesCharset(string $Value)
[Java]
String getFilenamesCharset();
void setFilenamesCharset(String Value);
Description
Use this property to specify the charset of the file names.
Discuss this help topic in SecureBlackbox Forum