I can't seem to look at the contents of a file on my Nexus.
I run an App with the following lines of code in it.
File.Copy(File.DirAssets, "portfolio-summary.csv", File.DirInternal, "portfolio-summary.csv")
Table = su.LoadCSV(File.Dirinternal, "portfolio-summary.csv", ",")
It runs perfectly OK (and loads the data that is in android/files/portfolio-summary.csv on my PC) but I cannot find portfolio-summary.csv anywhere on my Nexus.
Many thanks in advance to anyone who can help.
I run an App with the following lines of code in it.
File.Copy(File.DirAssets, "portfolio-summary.csv", File.DirInternal, "portfolio-summary.csv")
Table = su.LoadCSV(File.Dirinternal, "portfolio-summary.csv", ",")
It runs perfectly OK (and loads the data that is in android/files/portfolio-summary.csv on my PC) but I cannot find portfolio-summary.csv anywhere on my Nexus.
Many thanks in advance to anyone who can help.