[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)] public static extern bool PathAppend( StringBuilder pszPath, [MarshalAs(UnmanagedType.LPWStr)] string pszMore );
Microsoft documentation: Link
Last updated 1 year ago