====== CookieHandler::GetPath() ====== ---- ===== Definition ===== Returns the path valid for this cookie. String GetPath () ===== Returns ===== * **String** \\ Path set in the cookie ===== Example ===== $Cookie = new CookieHandler("Testcookie"); $CurrentPath = $Cookie->GetPath(); ~~NOTOC~~