carlk3 / no-OS-FatFS-SD-SDIO-SPI-RPi-Pico

A FAT filesystem with SDIO and SPI drivers for SD card on Raspberry Pi Pico
Apache License 2.0
76 stars 15 forks source link

Close the file and the dir #32

Closed bog-dan-ro closed 4 months ago

bog-dan-ro commented 4 months ago

When the File/Dir objects are destroyed, we must close the file/dir otherwise there will be no way to close them again.