Help with flash drive control
I am trying to make an application that can control removable media ( Flash Drives ).
It would consist of controls so a user can format, add files to or delete files from the usb drive etc..
If someone could explain how to, or lead to a tutorial or something regarding this that would be great, thanks.
Re: Help with flash drive control
There's nothing special about a Flash Drive (do we even call them that anymore?). It's just another drive as far as the system's concerned. So you simply access the methods and properties from System.IO or My.Computer.FileSystem exactly as you would for any other drive.