Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.st_IsWebPathAbs Function
Returns True if the given web path is "absolute" (contains a protocol at the beginning ex: http://)
Syntax
Public Function st_IsWebPathAbs (ByVal
s
As String) As Boolean
Parameters
Parameter
Description
ByVal
s
As String
The source path
Remarks