Class fs::FSImpl
Public Functions
Type | Name |
---|---|
FSImpl () |
|
virtual bool | exists (const char * path) = 0 |
virtual bool | mkdir (const char * path) = 0 |
virtual FileImplPtr | open (const char * path, const char * mode, const bool create) = 0 |
virtual bool | remove (const char * path) = 0 |
virtual bool | rename (const char * pathFrom, const char * pathTo) = 0 |
virtual bool | rmdir (const char * path) = 0 |
virtual | ~FSImpl () |
Public Functions Documentation
function FSImpl
function exists
function mkdir
function open
virtual FileImplPtr fs::FSImpl::open (
const char * path,
const char * mode,
const bool create
) = 0
function remove
function rename
function rmdir
function ~FSImpl
The documentation for this class was generated from the following file cores/common/arduino/libraries/common/FS/FS.h