To whom creating the Arduino Reference Pages.
Regarding the SD library documentation on page
http://arduino.cc/en/Reference/SDopen1) On the page says "Note: only one file can be open at a time."
However, on page
http://arduino.cc/en/Reference/SD it is stated that "As of version 1.0, the library supports opening multiple files. "
So. Does it or does it not support multiple open files?
2) File modes listed are FILE_READ and FILE_WRITE. What happened to APPEND?
3) On the page says "FILE_WRITE: open the file for reading and writing, starting at the end of the file."
What starts at the end of the file? Reading?
Just because writing always truncates the file first.
It is APPEND that starts writing at the end.
Could these be corrected please?