GCLIB_DLL_EXPORTED GReturn GCALL GArrayDownloadFile | ( | GCon | g, |
GCStringIn | file_path | ||
) |
Array download from file.
Downloads a csv file containing array data at file_path
. If the arrays don't exist, they will be dimensioned.
g | Connection's handle. |
file_path | Null-terminated string containing the path to the array file. |
See x_arrays.cpp for an example.