S
simonc
I want to make a loop to read data from a succession of binary files
(filepaths of the files are in a string array).
If I create a new filestream and from that a new binary reader before the
start of the loop how can I redefine the filestream to look at a different
file each time I go through the loop?
Grateful for advice
(filepaths of the files are in a string array).
If I create a new filestream and from that a new binary reader before the
start of the loop how can I redefine the filestream to look at a different
file each time I go through the loop?
Grateful for advice