28.09.2011, 23:11
(
Последний раз редактировалось Babul; 29.09.2011 в 00:46.
)
oh, thats exactly what i need. i AM using the native functions to store data - i will definetly give it a intensive test-drive at the weekend. thank you!
question: is there a chance that you add a function to get all entries of a directory? it would come in handy for getting all race files existing. the way i do it by storing all saved races in another file, can be a pain...
edit: i encountered some problems at scaninng files like a "fake directory" with unknown size. some files are >2000 chars in size, f.ex using 50 race names. i cant figure out how to parse them properly coz all data gets put into a huge string instead of the chance to fread 50 lines >-<
question: is there a chance that you add a function to get all entries of a directory? it would come in handy for getting all race files existing. the way i do it by storing all saved races in another file, can be a pain...
edit: i encountered some problems at scaninng files like a "fake directory" with unknown size. some files are >2000 chars in size, f.ex using 50 race names. i cant figure out how to parse them properly coz all data gets put into a huge string instead of the chance to fread 50 lines >-<