Lab 1 Program C
Fork of mbed by
Diff: FileSystemLike.h
- Revision:
- 9:cf0d45ce28a6
- Parent:
- 8:00a04e5cd407
- Child:
- 11:1c1ebd0324fa
--- 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; }