Fork of FATFileSystem that exposes FILINFO in the FATDirHandle. This allows obtaining true file sizes and testing whether a dir pointer is a directory or a file.
Dependents: SDFileSystemNoStall
Fork of FATFileSystem by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
6:7a3c53d25d96 | 2014-10-30 | uci1 | Revert the fat file system back to that from 17 Mar 2014 so that it works with the SD card library, and add again the exposing of FILINFO to FATDirHandle |
5:f40c1ca31913 | 2014-10-30 | uci1 | Expose the current FILINFO object via filinfo(), allowing the true file size of the current file to be obtained and allowing the current directory pointer to be tested to see if it's a file or directory, etc. |
4:3ff2606d5713 | 2014-08-28 | mbed_official | Synchronized with git revision fee50a80ffdc8f9d9ee97be545ff36b5a986f041 |
3:e960e2b81a3c | 2014-03-17 | screamer | Added code documentation and fixed compile warning |
2:b6669c987c8e | 2012-11-29 | emilmont | Update mbed debug header name |
1:46ce1e16c870 | 2012-11-27 | emilmont | Commit FATFileSystem code |
0:a846fcbeb0a2 | 2012-11-27 | mbed_official | FATFileSystem |