I\'d like to initialize an SD card with FAT16 file system. Assuming that I have my SD reader on drive G:, how I can easily format it to FAT16 ?
UPDATE:
Couldn't find a function in DriveInfo et al, but you can always use (create) a batch file containing Format G: /FS:FAT and start it with System.Diagnostics.Process
Format G: /FS:FAT