* Set the file's current position to zero. */
| 304 | * Set the file's current position to zero. |
| 305 | */ |
| 306 | void rewind() { seekSet(0); } |
| 307 | bool rename(SdBaseFile * const dirFile, const char * const newPath); |
| 308 | bool rmdir(); |
| 309 | bool rmRfStar(); |
no outgoing calls
no test coverage detected