Nevermind, I figured it out...

If Dir(ThisWorkbook.Path & "\" & "*.jpg") <> "" Then
    MsgBox ".jpg's Detected", vbOKOnly
    Else
    MsgBox ".jpg's NOT Dectcted", vbOKOnly
    End If