Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years ago.
How do I read a line by using FileHandle?
Hi,
I notice that SDFileSystem unable to use fflush file and I have to use FileHandle instead. My problem is the read() function in FileHandle is to read whole content in the file, not a line. How do I read lines to buffers by using read() like fgets?
Thanks.