* \return True if this is the root directory. */
| 280 | * \return True if this is the root directory. |
| 281 | */ |
| 282 | bool isRoot() const { return type_ == FAT_FILE_TYPE_ROOT_FIXED || type_ == FAT_FILE_TYPE_ROOT32; } |
| 283 | |
| 284 | bool getDosName(char * const name); |
| 285 | void ls(const uint8_t flags=0, const uint8_t indent=0); |
no outgoing calls
no test coverage detected