Skip to content

FileIO.GetNameOfFile

BurnSoft edited this page Apr 11, 2017 · 1 revision

Public Function GetNameOfFile(strFile As String) As String Member of BurnSoft.Universal.FileIO

Summary: The GetNameOfFile function will return just the file name of the file that you give it. Let’s say you Passed “C:\Temp\MyFile.log”, it will return “MyFile.Log”

Parameters: strFile:

Returns:

Clone this wiki locally