Pastetool - withoutBS

URL: , Paste another

Public Function withoutBS(Path As String) As String
    If Right$(Path, 1) = "\" Then
        withoutBS = Left$(Path, Len(Path) - 1)
    Else
        withoutBS = Path
    End If
End Function

Download code

This visual basic code was pasted on September 8, 2009




Protected with advance Anti-SPAM techniques :)
Coded and designed by Fedmich
Follow us on Twitter