[Include] file_system - Easy file handler.
#1

New thread - go here: [Include] file_system [reduce memory usage - faster than y_ini!]
Reply
#2

This seems easy to use. Good job
Reply
#3

How can you beat myini? (as both of our include supports one file at a time)

This:
pawn Код:
File_Create("Testing.txt");
    File_WriteStr("String", "I wrote here!");
    File_WriteInt("Int", 1454);
    File_WriteFloat("Float", 543.0000);
    File_WriteBool("Bool", false);
    File_Close(); // Don't forget this!
With myini:
pawn Код:
myini_write("Testing.txt", "sifb", "I wrote here!", 1454, 543.0000, false);
I am sure my version will have better speed because i perform all the file stuff in one stock.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)