arduino-libraries / SD

SD Library for Arduino
http://arduino.cc/
GNU General Public License v3.0
182 stars 155 forks source link

SD wrapper lacks functions for managing file attributes #9

Open agdl opened 8 years ago

agdl commented 8 years ago

From @ghost on July 16, 2014 14:17

The SD wrapper does not expose any functions for setting and getting file attributes, creation date and modification date.

Copied from original issue: arduino/Arduino#2184