[DllImport("shlwapi.dll", CharSet=CharSet.Auto)]
static extern bool PathCompactPathEx([Out] StringBuilder pszOut, string szPath, int cchMax, int dwFlags);
<DllImport("shlwapi.dll", CharSet:=CharSet.Auto)> _
Shared Function PathCompactPathEx(ByVal pszOut As StringBuilder, ByVal szPath As String, ByVal cchMax As Integer, ByVal dwFlags As Integer) As Boolean
End Function
Declare Function PathCompactPathEx Lib "shlwapi.dll" (TODO) As TODO
None.
If you have an HDC, take a look at PathCompactPath
Please add some!
Please add some!
Do you know one? Please contribute it!