When I insert the following code the filepath result is
/mnt/sdcard/mnt/external_sd/wildlife3.wmv
I am trying to get to /mnt/external_sd/wildlife3.wmv
How do I set the path to the proper folder?
/mnt/sdcard/mnt/external_sd/wildlife3.wmv
I am trying to get to /mnt/external_sd/wildlife3.wmv
How do I set the path to the proper folder?
B4X:
vv.LoadVideo(File.DirRootExternal & "/mnt/external_sd/" , "wildlife3.wmv")