You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BurnSoft edited this page Apr 11, 2017
·
1 revision
Public Function GetExtOfFile(strFile As String) As String
Member of BurnSoft.Universal.FileIO
Summary:
The GetExtOfFile Function will return just the file extension of the file that you give it. Let’s say you Passed “C:\Temp\MyFile.log”, it will return “.Log”