volvomann Active Member Licensed User Longtime User Jun 16, 2012 #1 In Phonedevices i use this path mypath = File.DirRootExternal & "/pulsdata/" but how should it bee in an Acer 500 pad. I tried /mnt/sdcard but it dont workS?
In Phonedevices i use this path mypath = File.DirRootExternal & "/pulsdata/" but how should it bee in an Acer 500 pad. I tried /mnt/sdcard but it dont workS?
margret Well-Known Member Licensed User Longtime User Jun 17, 2012 #2 Hello, Put this code under a button click and see what it shows. B4X: Sub Button1_Click Dim aa As List aa.Initialize aa=File.ListFiles("/.") InputList(aa, "Files", -1) End Sub Upvote 0
Hello, Put this code under a button click and see what it shows. B4X: Sub Button1_Click Dim aa As List aa.Initialize aa=File.ListFiles("/.") InputList(aa, "Files", -1) End Sub