Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: FATFileSystem.h
- 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