* \return True if this is an open file/directory else false. */
| 270 | * \return True if this is an open file/directory else false. |
| 271 | */ |
| 272 | bool isOpen() const { return type_ != FAT_FILE_TYPE_CLOSED; } |
| 273 | |
| 274 | /** |
| 275 | * \return True if this is a subdirectory else false. |
no outgoing calls
no test coverage detected