Copying partitions by kernel32 methods
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hallo in kernel32.dll there is a CreateFile method to open a specific drive letter (logical or physical) for reading or writing. I'm aiming to code a small partition cloning utility, a raw copying: do you thing that i could work it out with raw reading/writing between these two handlers CreateFile(Source: , READ) and CreateFile(Destination: , WRITE)?