#include <FsBase.h>
◆ FsBase()
◆ check()
Check file operation result and note error code.
- Parameters
-
res | result of fileXXX() operation to check |
- Return values
-
bool | true if operation was successful, false if error occurred |
◆ getErrorString()
String IFS::FsBase::getErrorString |
( |
int |
err | ) |
const |
|
inline |
◆ getFileSystem()
◆ getLastError()
int IFS::FsBase::getLastError |
( |
| ) |
|
|
inline |
determine if an error occurred during operation
- Return values
-
◆ getLastErrorString()
String IFS::FsBase::getLastErrorString |
( |
| ) |
const |
|
inline |
◆ isValid()
bool IFS::FsBase::isValid |
( |
| ) |
const |
|
inline |
◆ lastError
The documentation for this class was generated from the following file: