Hello,
I am using the standard SD library (SD - Arduino Reference) for one of my projects.
Is it possible to find out the file attributes on the SD card (i.e. date created ) similar to how you find out the size of the file (myFile.size()) ?
Thanks!
Hello,
I am using the standard SD library (SD - Arduino Reference) for one of my projects.
Is it possible to find out the file attributes on the SD card (i.e. date created ) similar to how you find out the size of the file (myFile.size()) ?
Thanks!
never mind, I found something here :
I hope it helps someone else too.