R rworner Member Licensed User Longtime User Sep 23, 2014 #1 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? B4X: vv.LoadVideo(File.DirRootExternal & "/mnt/external_sd/" , "wildlife3.wmv")
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? B4X: vv.LoadVideo(File.DirRootExternal & "/mnt/external_sd/" , "wildlife3.wmv")
thedesolatesoul Expert Licensed User Longtime User Sep 23, 2014 #2 B4X: vv.LoadVideo("/mnt/external_sd/" , "wildlife3.wmv") Upvote 0
R rworner Member Licensed User Longtime User Sep 23, 2014 #3 thedesolatesoul said: B4X: vv.LoadVideo("/mnt/external_sd/" , "wildlife3.wmv") Click to expand... Thanks. I thought I tried that earlier, but I must have had a typo. Upvote 0
thedesolatesoul said: B4X: vv.LoadVideo("/mnt/external_sd/" , "wildlife3.wmv") Click to expand... Thanks. I thought I tried that earlier, but I must have had a typo.