For example :
public plugin_end()
{
new path[65]
new dat[16]
get_localinfo( "amxx_datadir", path, 64 )
format(dat, 50,"%s/csstats.dat", path )
if( file_exists( dat ) )
{
log_amx("file is %s",dat)
delete_file(dat)
}
return PLUGIN_CONTINUE
}
Why can't delete? Other files are all right !help me ..thanks