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 F12RFileSystem by
F32RFileSystem Class Reference
#include <F32RFileSystem.h>
Public Member Functions | |
| virtual FileHandle * | open (const char *name, int flags) |
| Opens a file on the filesystem. | |
| virtual int | remove (const char *filename) |
| Removes a file path. | |
| virtual int | rename (const char *oldname, const char *newname) |
| Renames a file. | |
| virtual int | format () |
| Formats a logical drive, FDISK artitioning rule, 512 bytes per cluster. | |
| virtual DirHandle * | opendir (const char *name) |
| Opens a directory on the filesystem. | |
| virtual int | mkdir (const char *name, mode_t mode) |
| Creates a directory path. | |
| virtual int | mount () |
| Mounts the filesystem. | |
| virtual int | unmount () |
| Unmounts the filesystem. | |
Detailed Description
Definition at line 39 of file F32RFileSystem.h.
Member Function Documentation
| int format | ( | ) | [virtual] |
Formats a logical drive, FDISK artitioning rule, 512 bytes per cluster.
Definition at line 105 of file F32RFileSystem.cpp.
| int mkdir | ( | const char * | name, |
| mode_t | mode | ||
| ) | [virtual] |
Creates a directory path.
Definition at line 118 of file F32RFileSystem.cpp.
| int mount | ( | ) | [virtual] |
Mounts the filesystem.
Definition at line 122 of file F32RFileSystem.cpp.
| FileHandle * open | ( | const char * | name, |
| int | flags | ||
| ) | [virtual] |
Opens a file on the filesystem.
Definition at line 61 of file F32RFileSystem.cpp.
| DirHandle * opendir | ( | const char * | name ) | [virtual] |
Opens a directory on the filesystem.
Definition at line 109 of file F32RFileSystem.cpp.
| int remove | ( | const char * | filename ) | [virtual] |
Removes a file path.
Definition at line 97 of file F32RFileSystem.cpp.
| int rename | ( | const char * | oldname, |
| const char * | newname | ||
| ) | [virtual] |
Renames a file.
Definition at line 101 of file F32RFileSystem.cpp.
| int unmount | ( | ) | [virtual] |
Unmounts the filesystem.
Definition at line 187 of file F32RFileSystem.cpp.
Generated on Tue Jul 12 2022 15:15:05 by
1.7.2
