remove file starting by ...
#1

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)