Backup Path to SD/CF card Path.

  • Thread starter Thread starter A_PK
  • Start date Start date
A

A_PK

Hi,

I want to set my default backup path to either SD or CF card path. Please
guide me how to direct to that path.

also if the SD or CF card in not plug in to my devices, then my default
backu path would be under "My Document". please guide me how to do that.

e.g. when I plug in SD card, then textbo1.text will show the SD card
path....
when I take out SD card, then textbox1.text will show the My Document
path....

pls guide me how to do that...
 
Hi,

I want to set my default backup path to either SD or CF card path. Please
guide me how to direct to that path.

I just used google (http://groups.google.com/advanced_group_search) to
look up
storage card
(exact phrase) in microsoft.public.pocketpc.developer and got 338
hits. I took a quick look at the first few, and am quite sure you'll
find useful info, unless I've really misinterpreted your question.

I also suggest checking:

My 29 Oct 2004 contribution to a thread called "Accessing Removable
Media in Windows Mobile 2003" in microsoft.public.pocketpc.developer

My 26 Jan 2005 contribution to thread called "Find flashCard by RAPI"
in "microsoft.public.windowsce.embedded.vc"
also if the SD or CF card in not plug in to my devices, then my default
backu path would be under "My Document". please guide me how to do that.

e.g. when I plug in SD card, then textbo1.text will show the SD card
path....
when I take out SD card, then textbox1.text will show the My Document
path....

pls guide me how to do that...

Your code can look for directories that represent the root of CF or
SD cards (see above). If your code finds one, it uses it. Otherwise,
it uses My Documents.



-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
500 Harrison Ave., Suite 3R
Boston, MA 02118
www.penfact.com
 
Back
Top