Discuss this help topic in SecureBlackbox Forum
Specifies the full path to the file system entry.
Declaration
[VB.NET]
Property FullName As String
[Pascal]
property FullName : string;
[C++]
void get_FullName(std::string &OutResult);
void set_FullName(const std::string &Value);
[PHP]
string get_FullName()
void set_FullName(string $Value)
[Java]
String getFullName();
void setFullName(String Value);
Description
Use this property to get or set the full name (i.e., including path from the root directory) of the entry.
Discuss this help topic in SecureBlackbox Forum