Dini to SQLite converter.... Does it exist?
#8

Ain't really sure what im meant to do now to get it working right...


I need it to get each file name that has a ini extension...


Heres what i tried... It's noobish

pawn Код:
stock ConvertINI()
{
   new File[128];

   for(new i=0; i<=17180; i++)
   {
     ffind("accounts/*.ini", File, sizeof(File), i);
     if(dini_Exists(File))
     {
        printf("%s found", File);
        SaveToDB(File);
     }
     else
     {
        printf("File %s not found", File);
     }
   }
 }
also tried ffind as a statement but its not working right at all...
Reply


Messages In This Thread
Dini to SQLite converter.... Does it exist? - by Outbreak - 29.11.2009, 20:35
Re: Dini to SQLite converter.... Does it exist? - by Finn - 29.11.2009, 21:07
Re: Dini to SQLite converter.... Does it exist? - by Outbreak - 29.11.2009, 21:14
Re: Dini to SQLite converter.... Does it exist? - by Outbreak - 30.11.2009, 14:47
Re: Dini to SQLite converter.... Does it exist? - by Zeex - 30.11.2009, 15:35
Re: Dini to SQLite converter.... Does it exist? - by Outbreak - 30.11.2009, 16:05
Re: Dini to SQLite converter.... Does it exist? - by Zeex - 30.11.2009, 16:38
Re: Dini to SQLite converter.... Does it exist? - by Outbreak - 30.11.2009, 17:08
Re: Dini to SQLite converter.... Does it exist? - by mprofitt - 30.11.2009, 17:14
Re: Dini to SQLite converter.... Does it exist? - by Outbreak - 30.11.2009, 17:19

Forum Jump:


Users browsing this thread: 3 Guest(s)