>Is the only way to do this to iterate through all the files on the card and >then do VFSFileDBInfo() on them to return me the creator information?
Yes. There's no system API to do it, mostly because the system would just do exactly the same thing as you. (Warning: this can get slow when there are lots of PRCs on the card. Try to do it in the background if you can, by having a timeout on EvtGetEvent and checking a few every time you get a nilEvent. Makes for much nicer interface than making the user wait.) -David Fedor PalmSource, Inc. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
