PathAddBackslash
[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)]
public static extern IntPtr PathAddBackslash(
StringBuilder pszPath
);
Microsoft documentation: Link
Last updated
[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)]
public static extern IntPtr PathAddBackslash(
StringBuilder pszPath
);
Microsoft documentation: Link
Last updated