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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hi,
I have tried to open a file with
FILE *fp=fopen("/local/test.txt","w+"); and write data into it. It seems do not work. However, I have tried w or r or a, they work smoothly. I wonder whether "+" file access is available on mbed. Thanks.