Unicode Controls & Classes for VB6 - Version 4
clsUniFile
.st_IsLocalOrUNCPathRel Function
Returns True if the given path can be a relative local or UNC path (searches for a '\' char)
Syntax
Public Function st_IsLocalOrUNCPathRel (ByVal
s
As String) As Boolean
Parameters
Parameter
Description
ByVal
s
As String
The source path
Remarks