PathUnQuoteSpaces

[DllImport("shlwapi.dll", CharSet = CharSet.Unicode)]
public static extern IntPtr PathUnQuoteSpaces(
   [MarshalAs(UnmanagedType.LPWStr)] string lpsz
);

Microsoft documentation: Linkarrow-up-right

Last updated