Unicode Controls & Classes for VB6 - Version 4

clsUniFile.st_LocalizePath Function

Returns the local file name corresponding to a file:/// web path, removes also URL parameters

Syntax
Public Function st_LocalizePath (ByVal sURL As String, _
ByVal bRaiseErrorIfCannotLocalize As Boolean) As String
Parameters
Parameter Description
ByVal sURL As String The URL to convert
ByVal bRaiseErrorIfCannotLocalize As Boolean If True and the URL doesn't correspond to a file, this method raises an error
Remarks