Guest_imported
New member
- Jan 1, 1970
- 0
How do i in very simple code open, read, and close the whole of a binary file into a dynamic byte array.
is there a simple command to load the whole data and resize the array automaticcal or do i have to determine the size of the file and readjust the array to match it before loading the data in.?
is there a simple command to load the whole data and resize the array automaticcal or do i have to determine the size of the file and readjust the array to match it before loading the data in.?