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.
Fork of mbed by
Diff: FileSystemLike.h
- Revision:
- 9:cf0d45ce28a6
- Parent:
- 8:00a04e5cd407
- Child:
- 11:1c1ebd0324fa
diff -r 00a04e5cd407 -r cf0d45ce28a6 FileSystemLike.h
--- a/FileSystemLike.h Tue Feb 03 18:02:02 2009 +0000
+++ b/FileSystemLike.h Wed Apr 15 14:15:04 2009 +0000
@@ -84,6 +84,7 @@
*
* Variables
* name - The name of the directory to create.
+ * mode - The permissions to create the directory with.
* returns - 0 on success, -1 on failure.
*/
virtual int mkdir(const char *name, mode_t mode) { return -1; }
