Function ExtractFileName

  • Extracts the name and extension parts of a file name.

    The resulting string is the rightmost characters of FileName, starting with the first character after the colon or backslash that separates the path information from the name and extension. The resulting string is equal to FileName, if FileName contains no drive and directory parts.

    Parameters

    • AFileName: string

    Returns string