Hi,
Hope some experts out there can provide me some guidance on what class to use if I want to read the raw bytes of a disk?
i.e. For example I would like to read the boot sector of the file allocation table of a memory card. Pretty much similar to reading the byte stream of a file, except that I would want to be able to process the physical disk instead of a file.
I'm using
VB.NET 2003. Any sample codes would be greatly appreciated!
Thanks in advance!
Scripts82