I have a path in my installation \\Servername\Calm Software\Templates which is collected by my client installation by browsing back to the server to collect this path.
For another shortcut on my client machine I need only the \\Servername bit of the path and have tried parsing the string and even tried using the StrGetTokens function. The parsing manages to give me \\Servername\Calm Software which is still more info than required. The StrGetTokens function returns nothing! I tried with this code StrGetTokens (ListPath, svServerName, "\\"); cause I thought that the \ in the path would be the delimiter but that returns empty values.
Has anyone got any ideas how I can do this? I am sure it will be dead easy but it is starting to annoy me now
