Microsoft Scripting Runtime
IFileSystem3 Object : GetFileName Method
GetFileName Method
Description
Return the file name from a path
Syntax
Visual Basic
Public Function GetFileName( _
   ByVal Path As String _
) As String
Parameters
Path
See Also