Skip to content

FileIO.GetExtOfFile

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”

Parameters: strFile:

Returns:

Clone this wiki locally