rust-fatfs/TODO.md

8 lines
281 B
Markdown
Raw Normal View History

2017-11-08 08:35:47 +08:00
TODO
====
2018-06-20 23:10:53 +08:00
* proper support for short name decoding from the OEM codepage
* marking volume dirty on first write and not-dirty on unmount
* support for a volume label file in the root directory
2017-11-08 08:35:47 +08:00
* format volume API
2018-06-21 01:19:49 +08:00
* add method for getting DirEntry from path (suggested name: lookup)