[HELP] Changing file directory
#3

Sorry, solved before.
i have own code:
Код:
stock dini_Move(filename[], destination[])
{
   dini_Create(destination);
new string[256], File:From = fopen(filename, io_read), File:To = fopen(destination, io_append);
while(fread(From, string))
{
    format(string, sizeof(string), "%s\r\n", string);
    fwrite(To, string);
 }
dini_Remove(filename);
}
Lock!
Reply


Messages In This Thread
[HELP] Changing file directory - by Holnista - 21.07.2010, 07:14
Re: [HELP] Changing file directory - by MadeMan - 21.07.2010, 11:53
Re: [HELP] Changing file directory - by Holnista - 21.07.2010, 12:20

Forum Jump:


Users browsing this thread: 2 Guest(s)