Quote:
Originally Posted by KliPPy
Code:
//Attempts to remove a directory.
//Note that you cannot remove a directory that has files on most
// operating systems.
native rmdir(const path[]);
Example usage:
Code:
rmdir("addons/amxmodx/configs/myfolder");
|
I think rmdir deletes a directory, which must be empty but in my case there are some files which are unused by server and dey can be deleted but how ?