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.
Dependents: cc3000_ping_demo_try_2
Fork of mbed by
Diff: FilePath.h
- 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;
