If I copied the file,
File.Copy(File.DirAssets,"test.txt", File.DirRootExternal,"text.txt")
and wanted to open it up off the SD card
Where would this be located?
file:///android_asset/text.txt
I am really interested in the "path" part of this, not opening this text file...
if I wanted to replace this txt file with a mp3,pdf..etc
File.Copy(File.DirAssets,"test.txt", File.DirRootExternal,"text.txt")
and wanted to open it up off the SD card
Where would this be located?
file:///android_asset/text.txt
I am really interested in the "path" part of this, not opening this text file...
if I wanted to replace this txt file with a mp3,pdf..etc