Function FileExists

  • Checks if the given filename exists

    Parameters

    • AFileName: string

      Filename to check existence for.

    Returns boolean

    true if the given filename exists, false otherwise.