What is the correct path to SD card from file:///

vb1992

Well-Known Member
Licensed User
Longtime User
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
 

rtesluk

Member
Licensed User
Longtime User
Example App

Dec 4 2011
03:10 Hours

Hi

Download this small app to demo function 'File' paths.

Ray Tesluk :icon_clap:
 

Attachments

  • DirFiles20111204.zip
    6.6 KB · Views: 250
Upvote 0
Top