Binary file


Posted by Jan Nyman on September 20, 2000 at 04:51:11:

I want to open a binary file
and read the file to a buffer and then read from the buffer
byte for byte to the end of buffer Can yuo help me ?
Thanks I have Delphi5

Assign(buffer, Path);
reset(buf);


Related Articles and Replies: