.
static extern int PathCreateFromUrl([In]string url, [Out] StringBuilder path, [In,Out]ref uint pathLength, [In]uint reserved);
.
Declare Unicode Function PathCreateFromUrl Lib "shlwapi.dll" Alias "PathCreateFromUrlW" _
.
rc = PathCreateFromUrl(urlTextbox.Text, sb, sz, 0)
.
.
Takes a (canonicalized) file URL and converts it to a Microsoft MS-DOS path. Member of the Shell Lightweight Utility API. See also: UrlCreateFromPath.
12/23/2013 8:39:09 AM - -208.242.148.4