Permanent storage folder flag

  • Thread starter Thread starter GraemeR
  • Start date Start date
G

GraemeR

Hi, how can I determine programmatically if an iPAQ folder is a permanent
file store (such as "iPAQ File Store" or "CF Card")?

I want the user to create an SQLCE database in one of these folders and
"warn" them if they do not.

Thanks, Graeme
 
The Attributes for the folder will contain Temporary flag. Unfortunately
there isn't a way to tell the difference between a removable store and a
built in ROM store in this way. OpenNETCF.Environment.GetLogicalDrives will
return a list of all the "drives" on the device - www.opennetcf.org/sdf/.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top