Qt lib for fat32 io
-
So what I'm wondering about is, if there are any Qt Libs for fat32 io direct drive access. My issue is I want to be able to read and write directly from and to a USB pen that uses a fat32 (or something really close to it anyway). Does anything like this currently exist? or am I on my own here?
Thanks.
-
"QFile":http://doc.qt.nokia.com/latest/qfile.html should work with FAT32 as well.. or is it failing ?