CTSession.GetPathPrefix
SYNTAX
String GetPathPrefix( )
PARAMETERS
This method has no parameters.
DESCRIPTION
Retrieve the current session wide path prefix. You can use GetPathPrefix() to check if a path prefix is set or not. If GetPathPrefix() return an empty string, then no path prefix is set.
RETURN
Return the current path prefix.
SEE ALSO
ClearPathPrefix(), SetPathPrefix()