> I thought files on cards were just memory handles like everything else. > Reocrds in databases are just memory handles. Ought to be easy to get > both to work -- or am I assuming wrong?
No, files on expansion cards are just that, files. You need to use the VFS routines to access them. There are some VFS routines that you can use to access .pdb files on a card like they are in memory, but that's not how you'd go about accessing random .jpg files on a card. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
