Discuss this help topic in SecureBlackbox Forum
Returns this directory's full path.
Declaration
[VB.NET]
Property FullPathEx As String
[Pascal]
property FullPathEx : string;
[C++]
void get_FullPathEx(std::string &OutResult);
[PHP]
string get_FullPathEx()
[Java]
String getFullPathEx();
Description
This property returns the whole hierarchy of sections separated with a slash "/" character.
Discuss this help topic in SecureBlackbox Forum