how to: find storage-cards?

  • Thread starter Thread starter Boris Nienke
  • Start date Start date
B

Boris Nienke

hi,

i have to save some data to a storage-card (as backup for example, so i
only like the user to select from storage-cards plugged to the device - and
NOT the "\My Device" etc. directories.

But how to store something to a storage card and how to let the user select
JUST from the storage-cards?

Boris
 
Storage cards show up as temorary directories, so iterate through all the
directories and look for those marked as temporary.

The other option is to P/Invoke FindFirst/NextStorageCard, but only on PPC.

-Chris
 
Ok, but how?

i have the SaveFileDialog but i can't set it to just show the
storage-cards.

i think i have to write my own dialog - but currently i have no idea how
to scan the directories etc.?

Boris
 
Thanks a lot!
Now that i know what i've searched it were easy to be found ;)

this helps a lot

Boris
 
Back
Top