15.01.2015, 09:44
Hello, I have a problem. When I use this code it can't open the file, but the directory exists.
Here is the code:
This code returns the message ---> TEST
That means the file's is not opened, but the directory exists.
But when I delete the file and creates it again there isn't a problem.
Sorry for my bad English.
Here is the code:
Код:
new File:hFile = fopen("TEST/Test.txt",io_append); if(!hFile) SendClientMessage(playerid,-1,"TEST");
That means the file's is not opened, but the directory exists.
But when I delete the file and creates it again there isn't a problem.
Sorry for my bad English.