Hey guys.
I am attempting to create a function with deleting commands.
i have it placed in attaching and detaching and set it for when my main function executes.
the problem is it doesnt delete. could it be that i have no writing access to those files. i dont think it would be this. any ideas is invited.
I am attempting to create a function with deleting commands.
PHP Code:
void DELGG(){
remove("GameGuard\npgg.erl");
remove("GameGuard\npgl.erl");
remove("GameGuard\npgm.erl");
remove("GameGuard\npgmup.erl");
remove("GameGuard\npsc.erl");
}
the problem is it doesnt delete. could it be that i have no writing access to those files. i dont think it would be this. any ideas is invited.