.
Converts a Windows file/path to a URL. See also PathCreateFromUrl.
3/16/2007 8:14:49 AM - -65.219.124.65
.
static extern int UrlCreateFromPath(
.
Declare Unicode Function UrlCreateFromPath Lib "shlwapi.dll" Alias "UrlCreateFromPathW" _
.
UrlCreateFromPath(filepath,url,ref maxLen,0);
.
rc = UrlCreateFromPath(pathTextbox.Text, sb, sz, 0)
.