[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]
static extern bool PathAppend([In, Out] StringBuilder pszPath, string pszMore);
This is similar, but not identical, to Path.Combine. For example, appending "C:\foo" with "\bar" yields "C:\foo\bar" rather than "\bar".
Please add some!
Please add some!
Path.Combine