John Topley's KnowledgebaseExtract A File Name From A PathFriday, 30 May 2003This Visual Basic code extracts a file name from a file path. For example, ExtractFileName("C:\Winnt\calc.exe") returns "calc.exe" Download 0005.txt Private Function ExtractFileName(ByVal vStrFullPath As String) As String |
![]() |

