|
On
a FAT32 formatted drives/partitions, each file has a start cluster which
is the first in a series of a linked list to the files data.
The problem is that, for MP3 players where you need to know the start
cluster to play the file you have to use complicated code to match filenames
and to traverse directories.
This is very slow and memory intensive, hence better to do on a PC on
the MP3 players hard drive before it goes in the MP3 Player!
I wrote a DLL file to convert a filename/path of a file into its start
cluster address.
Click
here for DLL file and example code.... |
|
|