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
 
Back
Top