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