In order to identify a flash memory card when using newObjects' 
SFMain.OpenDirectory() it appears you must examine the name of each returned 
directory/storage (in the contents collection) in order to know that you're 
dealing with a "Storage Card."

SFInfo.Type only returns storage (directory) vs. stream (file).

The names can vary with localization as well as the vendor's choice of how 
flash devices get named (could be "CF Card" or almost anything I suppose).  So 
it looks like you must use some clunky API calls to get the name (1 card) or 
names (multiple cards):

FindFirstFlashCard(), FindNextFlashCard().

Is this true or is there another way?


-- 
You received this message because you are subscribed to the Google Groups 
"nsb-ce" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nsb-ce?hl=en.

Reply via email to