Unicode Controls & Classes for VB6 - Version 4

clsUniFile.st_FileExt Function

Returns the extension of a specified file (without the . char)

Syntax
Public Function st_FileExt (ByRef sPathFileName As String) As String
Parameters
Parameter Description
ByRef sPathFileName As String The file to check
Remarks