PDA

View Full Version : error message



offline
5th November 2009, 13:43
I have a config file. When this file can not be found, I want to create an error message . How can I do. I call my config file like this;

static const ConfigFile config("c://configuration.eec");

yogeshgokul
5th November 2009, 14:08
If you want to check this in a Qt program use :

bool QFile::exists () const.