GetFilebaseName – Retrieve the base portion in a file name

GetFilebaseName – Retrieve the base portion in a file name

' Retrieve a file's base name' if the second argument is true, the result include the file's pathFunction GetFileBaseName(FileName As String, Optional ByVal IncludePath As _    Boolean) As String    Dim i As Long, startPos As Long, endPos As Long        startPos = 1        For i = Len(FileName) To 1 Step -1        Select Case Mid$(FileName, i, 1)            Case "."                ' we've found the extension                If IncludePath Then                    ' if we must return the path, we've done                    GetFileBaseName = Left$(FileName, i - 1)                    Exit Function                End If                ' else, just take note of where the extension begins                If endPos = 0 Then endPos = i - 1            Case ":", ""                If Not IncludePath Then startPos = i + 1                Exit For        End Select    Next        If endPos = 0 Then        ' this file has no extension        GetFileBaseName = Mid$(FileName, startPos)    Else        GetFileBaseName = Mid$(FileName, startPos, endPos - startPos + 1)    End IfEnd Function

Share the Post:
Heading photo, Metadata.

What is Metadata?

What is metadata? Well, It’s an odd concept to wrap your head around. Metadata is essentially the secondary layer of data that tracks details about the “regular” data. The regular

XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several