I would need to load csv tables that are in different paths.
If I do
filename="../../WM_Administrat2 My Documents/oggetti.csv"
and then
table1.Clear
table1.loadcsv(filename, ";", true, true)
numcol=table1.colcount
it seems to load the table but I get an incorrect table load (it seems to start from the third line of the file and I get a wrong columns number)
Note that it is not an issue concerning the csv file format because if I put the very same file in the same path where the application starts, all is right.
How to use different folders for storing/retrieving csv tables?
Thanks
If I do
filename="../../WM_Administrat2 My Documents/oggetti.csv"
and then
table1.Clear
table1.loadcsv(filename, ";", true, true)
numcol=table1.colcount
it seems to load the table but I get an incorrect table load (it seems to start from the third line of the file and I get a wrong columns number)
Note that it is not an issue concerning the csv file format because if I put the very same file in the same path where the application starts, all is right.
How to use different folders for storing/retrieving csv tables?
Thanks