I know if i want to have my game delete a file, i can use exec("del", "<filename>"), but that pops up this ugly little DOS window if i do it that way.

Is there either a way to delete a file without using exec() or a way to use exec() and not have the DOS window pop-up?



Last edited by Caermundh; 03/13/11 17:10.