08.05.2017, 07:14
Hi
how to save ini files like
0.ini
1.ini
2.ini
how to save ini files like
0.ini
1.ini
2.ini
format(string,sizeof(string),"/Users/%d.ini",id);
There are around 100 tutorials on how to save using Y_INI. I suggest you read them. As for the path, Format the path like this.
PHP код:
|
format(string, sizeof(string), "/YOUR FOLDER NAME/%d.ini,id); //Replace YOUR FOLDER NAME with the name of the folder you want to save those files in.