FileSystem.open()

Hi,

In the FileSystem.open() documentation it lists FILE_READ and FILE_WRITE as possible options. The Yun datalogger uses FILE_APPEND. Is this undocumented?

Is there an other file handling functions like DELETE, CHECK if exists, MOVE, COPY? Or do you have to call a Linux process?

Cheers
BK

They are FILE_READ, FILE_WRITE and FILE_APPEND
There are also FileSytem.remove and FileSystem.exists
Take a look here https://github.com/arduino/Arduino/blob/ide-1.5.x/libraries/Bridge/src/FileIO.h#L71