arduino-audio-tools
|
Eumlate FS using C++ or Posix functions. More...
#include <File.h>
Public Member Functions | |
bool | exists (const char *path) |
bool | exists (const std::string &path) |
bool | mkdir (const char *path) |
bool | mkdir (const std::string &path) |
File | open (const char *path, FileMode mode=FILE_READ) |
File | open (const std::string &path, FileMode mode=FILE_READ) |
bool | remove (const char *path) |
bool | remove (const std::string &path) |
bool | rename (const char *pathFrom, const char *pathTo) |
bool | rename (const std::string &pathFrom, const std::string &pathTo) |
bool | rmdir (const char *path) |
bool | rmdir (const std::string &path) |
Eumlate FS using C++ or Posix functions.