If you want to read the raw data from a memory card use the slot driver directly. The slot driver is just a shared library and has the functions detailed in: Extensions/ExpansionMgr/SlotDrvrLib.h
By Using ExpSlotEnumerate and ExpSlotLibFind you should be able to find the shared library reference number for the slot driver that can access your card. Then you should be able to call SlotCardSectorRead to get individual sectors (sectors are 512 bytes in this case). Stuart On Fri, Jan 02, 2004 at 10:24:23AM +0100, Laurens wrote: > > "lee derek" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Hi, Aaron: > > I have gone through the VFS manager part in the palmsource website. > > However, I think my problem cannot be solved by VFS manager. > > I don't think VFS offers the kind of low-level access that you need. Perhaps > there is a custom SD slot driver that lets you access the individual sectors > on a memory card so you can get to your data. > > Anyway, I'm pretty sure the standard Expansion Manager and VFS API's are not > sufficient for your purposes. > > > Regards > -Laurens > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see > http://www.palmos.com/dev/support/forums/ -- Stuart Eichert Copera, Inc. [EMAIL PROTECTED] -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
