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

@earlephilhower

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 esp8266#6981

@earlephilhower added this to the 2.7.0 milestone

Jan 4, 2020

@earlephilhower