Hi,

I want to make a script that checks that all the required files are where before starting the application.

I was to write something like:

If App.Path & "\config.ini" does not exist THEN
MsgBox "Error"
End If


Any ideas?

Thanks!