Longname file system?
jmspaggi
Posts: 629
Hi,
I'm wondering if there is any filesystem object managing long file names? What ever file system it is, I don't really care. Because I have to put catalogue on all my directories, and it sucks. Take time to read, memory to load it in the prop, memory in th SD, and so on.
Any recommandation?
Thanks,
JM
I'm wondering if there is any filesystem object managing long file names? What ever file system it is, I don't really care. Because I have to put catalogue on all my directories, and it sucks. Take time to read, memory to load it in the prop, memory in th SD, and so on.
Any recommandation?
Thanks,
JM
Comments
As it was discussed on another thread, the patent is related to writing both long name and short names at the same time. But there is no patent affecting reading the long name only. So a read only FAT32 longname only object will not be affected by any patent. And that's what I'm looking for...
Unfortunatly I'm not good enought with SPIN and PASM to update an existing object to read longnames instead of shorts ones, but if anyone as technical document on the way it's done, I'm ready to give it a try
JM