i have a folder that has 1000 text files i want to read all of them character by character and sore them in different matrices .
the data in a text file is like
101010101001000100000000001
101010010101000000000000101
101010010100101001010010100
000101001010010010100100101
i want to make a matrix from this data
and similar 999 files .
help needed urgently