Discuss this help topic in SecureBlackbox Forum
Returns current directory.
Declaration
[C#]
string GetCurrentDir();
[VB.NET]
Function GetCurrentDir() As String
[Pascal]
function GetCurrentDir: string;
[C++]
void GetCurrentDir(std::string &OutResult);
[PHP]
string GetCurrentDir()
[Java]
String getCurrentDir();
Return value
String specifying full path to the current directory on the server.
Description
Use this method to get current directory.
Discuss this help topic in SecureBlackbox Forum