Read the array from a file.
storage | File name to read |
mode | Specifies the mode string when reading the file. |
Returns the object itself of this Array class.
Read an array from a text file.
The text of the file goes line by line into each element, and finally the count property is the same as the number of lines in the file.