08.01.2011, 15:51
Hey,
how to check if an .ini file already exists with y_ini?
Would this work?:
how to check if an .ini file already exists with y_ini?
Would this work?:
PHP код:
if(!INI_LOAD(filename.ini))
{
}