[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
None.
If you have an HDC, take a look at PathCompactPath
Please add some!
Please add some!
Do you know one? Please contribute it!