Unicode Controls & Classes for VB6 - Version 4

clsUniFile.st_OneSlashWeb Function

Returns a path with only one slash at the end (if there are no slashes or more than one, it will return only one slash)
Very useful when concatenating web paths and filenames

Syntax
Public Function st_OneSlashWeb (ByVal s As String) As String
Parameters
Parameter Description
ByVal s As String The source path
Remarks