GrumpyOldPizza / arduino-STM32L4

69 stars 60 forks source link

recursive file listing is hard (feature request) #33

Open profezzorn opened 6 years ago

profezzorn commented 6 years ago

It would be very helpful if the Dir class (in FS.h) has a method that tells you if the current entry is a directory. It would make it much easier to do recursive file scans.

Suggested implementation: bool isdir() const { return _find.attr & F_ATTR_DIR; }

GrumpyOldPizza commented 6 years ago

Do you have time to review some future pending work for DOSFS/FS ?

profezzorn commented 6 years ago

Sure.

On Sun, Feb 4, 2018 at 8:10 PM, Thomas Roell notifications@github.com wrote:

Do you have time to review some future pending work for DOSFS/FS ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GrumpyOldPizza/arduino-STM32L4/issues/33#issuecomment-362976940, or mute the thread https://github.com/notifications/unsubscribe-auth/ACV5BRfdL5i2IKBOG2RG0a_PqJEwInLQks5tRn9DgaJpZM4R3tK4 .

GrumpyOldPizza commented 6 years ago

Mind quickly sending me a note to GrumpyOldPizza@gmail.com to take this offline ?

On Sun, Feb 4, 2018 at 9:23 PM, profezzorn notifications@github.com wrote:

Sure.

On Sun, Feb 4, 2018 at 8:10 PM, Thomas Roell notifications@github.com wrote:

Do you have time to review some future pending work for DOSFS/FS ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GrumpyOldPizza/arduino-STM32L4/issues/33# issuecomment-362976940, or mute the thread https://github.com/notifications/unsubscribe- auth/ACV5BRfdL5i2IKBOG2RG0a_PqJEwInLQks5tRn9DgaJpZM4R3tK4 .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/GrumpyOldPizza/arduino-STM32L4/issues/33#issuecomment-362978144, or mute the thread https://github.com/notifications/unsubscribe-auth/AG4QfMhdPMo516JRa9q0vebqe8xkefrHks5tRoI5gaJpZM4R3tK4 .