i use the offset and filelen field to implemant kind of standard ftell and feof;
I can changed that easily of required .
about perf, troughput is one thing but acess time is another one i'm certainly even more concerned about. I did only few test but did already find that write access time (1st one after file create) is quite bad (seen more 0.13sec), i guess it is certainly due to first time cluster alocation and fat update ?
I had to changed my application file strategi due to this (save data about 3 time/sec to a single file rather than numbered file )
Last edited by diabolo38 (2010-07-12 12:48:25)