0

I can open a disk, and do some reads and writes (described here: How do I read a disk directly with .Net?), but I don't know how to seek.

Community
  • 1
  • 1
LOST
  • 2,956
  • 3
  • 25
  • 40

1 Answers1

0

The API function you are looking for is SetFilePointerEx.

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490