copying directory to storage card

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi all,
I am writing a windows mobile application using vb.net which will allow
users to select data folder location. My problem is when trying to move a
folder to a storage card. I tried using the directory.move function but I
keep getting an IOException error. Is this possible or is there another
solution which I can use.

Thanks.
 
There could be a few reasons for that. Your storage card is write protected.
the source directory is in the ROM, your have some files in this directory
locked by some process.
 
Back
Top