wipe the sd-card

  • Thread starter Thread starter SHaul
  • Start date Start date
S

SHaul

Hi

it seems that there is no way to format the sd-card with code.
how about wiping it?
if I want to wipe it , I just need to delete all the files in it?

Thanks

Shaul.
 
Do a foreach for all folders, then all files on the entire sdcard and
delete them using the System.IO classes.

Then again this returns an exception if the folder name ends with either
" " or ".". (Mac users tend to create these type of folders).

Andreas

SHaul skrev:
 
Thanks.


Andreas Ringdal said:
Do a foreach for all folders, then all files on the entire sdcard and
delete them using the System.IO classes.

Then again this returns an exception if the folder name ends with either "
" or ".". (Mac users tend to create these type of folders).

Andreas

SHaul skrev:
 
Back
Top