If I understand your question, you want to know what files are on a VFS volume?
Use VFSVolumeEnumerate() to enumerate the volumes. For each volume:
1. Use VFSFileOpen() to open the root ("/") of the volume.
2. Use VFSDirEntryEnumerate() to enumerate the files in the current
directory, descending if it's a directory, and ascendning at the end
of the directory.
3. When you've reached the end of the root, you will have seen the
entire volume.
4. Next volume.
I can provide sample code, if necessary, but I'm sure you can find any
number of examples.
On 7/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Dears:
I developed on Treo650. I read the docs. VFSFile is to operate the Expansion
Card. But FileOpen is to open one file including file name. How to get the file
info from flash memory ?
Thanks!
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/
--
yisdersomenimororsisasisdenderisorsis?
Jeff Loucks
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/