Hello,

Ok, but my question is to read bytes from the specific location and same for writing them back to another file.
In the Class, we can read file like:

Code:
Set hbfFile = New HugeBinaryFile
hbfFile.OpenFile "test.dat"
But how to read bytes from the specific location?
Do i need to use Seek first? Which option is correct of them-

Code:
hbfFile.SeekAbsolute
hbfFile.SeekEnd
hbfFile.Relative

Thanks
Regards,