Hopefully a simple one:
I am writing a log file (log.txt) into File.DirDefaultExternal
I can use File Viewer to see the file. It opens on my Tablet in Polaris Office.
I am now trying to make a Button to open the file. Ideally This should not specifically use Polaris as other users will have different text file viewers.
I have been trying to use Intent with .Initialize2(File.DirDefaultExternal & "/log.txt") without success. Is this the right approach?
I am writing a log file (log.txt) into File.DirDefaultExternal
I can use File Viewer to see the file. It opens on my Tablet in Polaris Office.
I am now trying to make a Button to open the file. Ideally This should not specifically use Polaris as other users will have different text file viewers.
I have been trying to use Intent with .Initialize2(File.DirDefaultExternal & "/log.txt") without success. Is this the right approach?