My program creates a .csv file using the following command:
If i browse to this location on my device I can see the the csv export file. However when i plug the device into my PC and browse to it on file explorer the file is not there.
Furthermore, if i then make a copy of the file on my tablet, "creating export(0).csv" that file becomes visible on my PC, but not the original.
Is it likely to be a permissions issue, or the app not releasing the resources?
Thanks.
B4X:
File.WriteList(File.DirRootExternal & "/Export",tcfile,List_Stock)
If i browse to this location on my device I can see the the csv export file. However when i plug the device into my PC and browse to it on file explorer the file is not there.
Furthermore, if i then make a copy of the file on my tablet, "creating export(0).csv" that file becomes visible on my PC, but not the original.
Is it likely to be a permissions issue, or the app not releasing the resources?
Thanks.