From f5bf959aa73c5cef2a69fe3db480f3e7d28654fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Sun, 24 Jun 2018 17:15:53 +0200 Subject: [PATCH] Update TODO list --- TODO.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index 0914b7d..73b930b 100644 --- a/TODO.md +++ b/TODO.md @@ -4,4 +4,6 @@ TODO * marking volume dirty on first write and not-dirty on unmount * support for a volume label file in the root directory * format volume API -* add method for getting DirEntry from path (suggested name: lookup) +* add method for getting `DirEntry` from a path (possible names: metadata, lookup) +* add time provier so the crate writes a proper timestamps when `chrono` is unavailable +* do not create LFN entries if the name fits in a SFN entry