I have filename.csv file contained two fields?
What folder do I have to copy my filename.csv file so I can access the csv file using loadcsv. eg.
Dim su As StringUtils
Dim Table As List
Table = su.LoadCSV(File.DirAssets, "filename.csv", ",")
I have copied the csv file to root dir of b4a folder, Files, bin,gen, res,src
and still get error message that csv file or folder not found.
What is the path for File.DirAssets?
msgbox(File.DirAssets,"") 'Display AssetsDir
I have made AssetsDir folder on root folder of .b4a file and copy the csv file there and still not working
Understand that folder are case sensitive
Can't find working sample in B4A HelpViwer V0.93.
Appreciate all the help I can get. Thanks.
I am a newie...:BangHead:
What folder do I have to copy my filename.csv file so I can access the csv file using loadcsv. eg.
Dim su As StringUtils
Dim Table As List
Table = su.LoadCSV(File.DirAssets, "filename.csv", ",")
I have copied the csv file to root dir of b4a folder, Files, bin,gen, res,src
and still get error message that csv file or folder not found.
What is the path for File.DirAssets?
msgbox(File.DirAssets,"") 'Display AssetsDir
I have made AssetsDir folder on root folder of .b4a file and copy the csv file there and still not working
Understand that folder are case sensitive
Can't find working sample in B4A HelpViwer V0.93.
Appreciate all the help I can get. Thanks.
I am a newie...:BangHead: