Unicode Controls & Classes for VB6 - Version 4

clsUniFile.st_OneBackSlash Function

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

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