I use this :
CFile FileName(m_csTemp,CFile::modeCreate | CFile::modeWrite);
to create a file. This expression erase all of the existing files which have the same name. Is there a function which allow to see if a file with the same name already exists ?
Thank's for advance.
