Class fs::FS
ClassList > fs > FS
Public Functions
Type |
Name |
|
FS (FSImplPtr impl)
|
bool |
exists (const char * path)
|
bool |
exists (const String & path)
|
bool |
mkdir (const char * path)
|
bool |
mkdir (const String & path)
|
File |
open (const char * path, const char * mode=FILE_READ, const bool create=false)
|
File |
open (const String & path, const char * mode=FILE_READ, const bool create=false)
|
bool |
remove (const char * path)
|
bool |
remove (const String & path)
|
bool |
rename (const char * pathFrom, const char * pathTo)
|
bool |
rename (const String & pathFrom, const String & pathTo)
|
bool |
rmdir (const char * path)
|
bool |
rmdir (const String & path)
|
Protected Attributes
Type |
Name |
FSImplPtr |
_impl
|
Public Functions Documentation
function FS
inline fs::FS::FS (
FSImplPtr impl
)
function exists [1/2]
bool fs::FS::exists (
const char * path
)
function exists [2/2]
bool fs::FS::exists (
const String & path
)
function mkdir [1/2]
bool fs::FS::mkdir (
const char * path
)
function mkdir [2/2]
bool fs::FS::mkdir (
const String & path
)
function open [1/2]
File fs::FS::open (
const char * path,
const char * mode=FILE_READ,
const bool create=false
)
function open [2/2]
File fs::FS::open (
const String & path,
const char * mode=FILE_READ,
const bool create=false
)
function remove [1/2]
bool fs::FS::remove (
const char * path
)
function remove [2/2]
bool fs::FS::remove (
const String & path
)
function rename [1/2]
bool fs::FS::rename (
const char * pathFrom,
const char * pathTo
)
function rename [2/2]
bool fs::FS::rename (
const String & pathFrom,
const String & pathTo
)
function rmdir [1/2]
bool fs::FS::rmdir (
const char * path
)
function rmdir [2/2]
bool fs::FS::rmdir (
const String & path
)
Protected Attributes Documentation
variable _impl
The documentation for this class was generated from the following file cores/common/arduino/libraries/common/FS/FS.h