Define multipe VFS with their mount point.
More...
#include <VFS_Multi.h>
|
| const char * | expand (const char *file) |
| | expands the file name with the mount point
|
| |
Define multipe VFS with their mount point.
- Note
- Supported only by ESP32 (Arduino and IDF)
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ add()
| void add |
( |
VFS & |
vfs, |
|
|
const char * |
mountPoint |
|
) |
| |
|
inline |
adds a vfs with the corresponding mount point
◆ begin()
mount the file systems
Reimplemented from VFS.
◆ end()
unmount the file system
Reimplemented from VFS.
◆ exists() [1/2]
| bool exists |
( |
const char * |
path | ) |
|
|
inlineinherited |
◆ exists() [2/2]
| bool exists |
( |
const std::string & |
path | ) |
|
|
inlineinherited |
◆ expand()
| const char * expand |
( |
const char * |
file | ) |
|
|
inlineprotectedinherited |
expands the file name with the mount point
◆ mkdir() [1/2]
| bool mkdir |
( |
const char * |
path | ) |
|
|
inlineinherited |
◆ mkdir() [2/2]
| bool mkdir |
( |
const std::string & |
path | ) |
|
|
inlineinherited |
◆ mountPoint()
| const char * mountPoint |
( |
| ) |
|
|
inlineinherited |
provides the actual mount point
◆ open() [1/2]
◆ open() [2/2]
◆ remove() [1/2]
| bool remove |
( |
const char * |
path | ) |
|
|
inlineinherited |
◆ remove() [2/2]
| bool remove |
( |
const std::string & |
path | ) |
|
|
inlineinherited |
◆ rename() [1/2]
| bool rename |
( |
const char * |
pathFrom, |
|
|
const char * |
pathTo |
|
) |
| |
|
inlineinherited |
◆ rename() [2/2]
| bool rename |
( |
const std::string & |
pathFrom, |
|
|
const std::string & |
pathTo |
|
) |
| |
|
inlineinherited |
◆ rmdir() [1/2]
| bool rmdir |
( |
const char * |
path | ) |
|
|
inlineinherited |
◆ rmdir() [2/2]
| bool rmdir |
( |
const std::string & |
path | ) |
|
|
inlineinherited |
◆ setMountPoint()
| virtual void setMountPoint |
( |
const char * |
mp | ) |
|
|
inlinevirtual |
Not used!
Reimplemented from VFS.
◆ mount_point
| const char* mount_point = "/" |
|
protectedinherited |
◆ tmp
◆ vfs_vector
The documentation for this class was generated from the following file: