Originally posted by Jeab.
For "PathFileExists", is the syntax OK :
if (PathFileExists(csFileName) == TRUE)
{
// Do smthg
}

The calling of this function might not be good cause "Undeclared identifier"...
Do you have an idea ?