How to write binary data to a usb flash drive or floppy?
- by Alon
Hi
I need to write my own binary raw data to a flash drive (like a disk on key) or a floppy using C#. The result will be my custom file system from my program.
Any ideas?
Thank you.