a = "c:\file.asp"
b = InStrRev(a, ".")
estensione = Right(a, Len(a) - b)