FATFileSystem

Dependents:   SDFileSystem IPS SDFileSystem SDFileSystem ... more

Fork of FATFileSystem by mbed official

Revision:
10:28e685e5ff7f
Parent:
7:094f84646b9f
--- a/FATFileSystem.h	Sat Jul 30 20:47:51 2016 +0000
+++ b/FATFileSystem.h	Mon Jul 10 15:37:41 2017 +0000
@@ -46,6 +46,7 @@
      * Opens a file on the filesystem
      */
     virtual FileHandle *open(const char* name, int flags);
+    virtual int open(FileHandle **file, const char *name, int flags);
     
     /**
      * Removes a file path
@@ -66,6 +67,7 @@
      * Opens a directory on the filesystem
      */
     virtual DirHandle *opendir(const char *name);
+    virtual int open(DirHandle **dir, const char *name);
     
     /**
      * Creates a directory path