Use something like this:
Code:Function NormalisePath(strPath As String) As String If Right(strPath, 1) = "\" Then NormalisePath = strPath Else NormalisePath = strPath & "\" End If End Function
|
Results 1 to 3 of 3
Thread: easy? using dirlistboxThreaded View
|
Click Here to Expand Forum to Full Width |