//Attempts to remove a directory. //Note that you cannot remove a directory that has files on most // operating systems. native rmdir(const path[]);
rmdir("addons/amxmodx/configs/myfolder");