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 mbed official

History

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 default tip

2014-10-30, by uci1 [Thu, 30 Oct 2014 07:01:15 +0000] rev 6

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


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.

2014-10-30, by uci1 [Thu, 30 Oct 2014 06:19:16 +0000] rev 5

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.


Synchronized with git revision fee50a80ffdc8f9d9ee97be545ff36b5a986f041

2014-08-28, by mbed_official [Thu, 28 Aug 2014 13:15:31 +0100] rev 4

Synchronized with git revision fee50a80ffdc8f9d9ee97be545ff36b5a986f041

Full URL: https://github.com/mbedmicro/mbed/commit/fee50a80ffdc8f9d9ee97be545ff36b5a986f041/


Added code documentation and fixed compile warning

2014-03-17, by screamer [Mon, 17 Mar 2014 14:09:00 +0000] rev 3

Added code documentation and fixed compile warning


Update mbed debug header name

2012-11-29, by emilmont [Thu, 29 Nov 2012 10:56:08 +0000] rev 2

Update mbed debug header name


Commit FATFileSystem code

2012-11-27, by emilmont [Tue, 27 Nov 2012 17:31:18 +0000] rev 1

Commit FATFileSystem code


FATFileSystem

2012-11-27, by mbed_official [Tue, 27 Nov 2012 17:22:08 +0000] rev 0

FATFileSystem