21.01.2012, 16:31
Hello,
For to remove a file, I use:
format(string, sizeof(string), "Vehicles/Players/%.cfg", name);
dini_Remove(string);
I want to remove a other file:
format(string, sizeof(string), "Vehicles/Vehicles/%.%.cfg", name,nameveh);
But I don't know the "nameveh" so I need to delete the Vehicles/Vehicles/%...cfg (name)
How to remove the file cfg who start by a name?
Thanks
For to remove a file, I use:
format(string, sizeof(string), "Vehicles/Players/%.cfg", name);
dini_Remove(string);
I want to remove a other file:
format(string, sizeof(string), "Vehicles/Vehicles/%.%.cfg", name,nameveh);
But I don't know the "nameveh" so I need to delete the Vehicles/Vehicles/%...cfg (name)
How to remove the file cfg who start by a name?
Thanks