Hello,

i am using the following line of code to create new directories for every course in a .xml file

Code:
mkdir("C:\arxeio\-Lesson id-$cid", 0700);
once the directory is beeing created how can i replace it in order not to get the following warning

Code:
Warning: mkdir() [function.mkdir]: File exists in C:\xampp\htdocs\thalis\arxeiothetisis.php on line 33
I am working with PHP5

Thanks