19 bool close()
override;
21#ifdef ARDUINO_ARCH_RP2040
22 const char* path()
const override {
return file_.fullName(); }
24 const char* path()
const override {
return file_.path(); }
29 Status status()
const override {
return status_; }
31 void rewind()
override;
33 bool read(Directory::Entry& entry)
override;
36 std::shared_ptr<MountImpl> mount_;
37 mutable fs::File
file_;
roo::basic_string_view< CharT, Traits > basic_string_view