Add SDFS::Dir::fileTime callback by earlephilhower · Pull Request #6985 · esp8266/Arduino (original) (raw)

Forgot to add a Dir->fileTime override, resulting in it always returning
(time_t)0, or Jan 1, 1970.

Add the override, returning the proper lastWriteTime.

Fixes #6981