The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
67:a9913a65894f
Parent:
65:5798e58a58b1
--- a/FilePath.h	Mon Aug 19 13:34:54 2013 +0300
+++ b/FilePath.h	Thu Sep 19 15:44:18 2013 +0300
@@ -34,6 +34,7 @@
 
     bool    isFile(void);
     FileLike* file(void);
+    bool    exists(void);
 
 private:
     const char* file_name;