Unicode Controls & Classes for VB6 - Version 4

clsUniFile.st_FileNameNoExt Function

Returns only the filename without extension and path from the specified file

Syntax
Public Function st_FileNameNoExt (ByRef sPathFileName As String) As String
Parameters
Parameter Description
ByRef sPathFileName As String The complete filename with path
Remarks