Cags
Well-known member
For some reason the following code sets the value of path as @"\Themes\Default\Image.jpg". Am I doing something stupid, does the .Net Compact Framework have bugs or what?
C#:
string path = System.IO.Path.Combine(@"\Program Files\Selection", @"\Themes\Default\Image.jpg");