Array download from file. Downloads a csv file containing array data at `file_path`. If the arrays don't exist, they will be dimensioned.
See x_arrays.cpp for an example. Definition at line 251 of file arrays.c. References G_BAD_FILE, G_NO_ERROR, H_ArrayAddElement(), H_CreateArrayNode(), H_DownloadArraysFromList(), H_FreeArrays(), and H_InitArrayNode(). |