|
Is it a known issue that file_Index() will only work once on a file opened in append mode? Is this a limitation of the fat file system or something that you guys can fix?
Right now I have to close and re-open the file to write to a different location, which is slow, to say the least.
|