Missing File Management functions

Can someone confirm that this two functions are missing from the FileIO library

  • uint32_t size();
  • int read(void *buf, uint16_t nbyte);

even if they are declared in IOFile.h ?

Using them I get the following errors:

undefined reference to File::read(void*, unsigned int)' undefined reference to File::size()'

Thank you in advance.

You're right, shame on us. Can you open an issue about this problem? Issues · arduino/Arduino · GitHub
Thank you in advance?

Done, see issue #1679.

I have also added #1680: FileSystem.open always fails on directories.

Thank you.