A1VBCode Forums

Readfile/write file API


http://www.a1vbcode.com/vbforums/Topic27762.aspx

By Shreeti_Tula - 6/7/2009

Hi! I am doing a program in which user give sector of harddisk, then that sector must be read and write to another file( disk imaging (only some parts)). The problem i am having is that i can read the sector from the specified harddisk but am not able to write or append to new file. The new file i created always shows the 0 byte. Can anybody help me with the readfile and writefile Api?



Thanks in advance.
By vb5prgrmr - 6/11/2009

Hey, I found this...

 

http://www.vbforums.com/showthread.php?p=3536799

 

and it looks like what you are trying to do.

 

Good Luck