I use Intent it work on emulator but not on real device
I check this lib But link is died
PublicFile _Periklis Koutsogiannis
B4X:
Dim i As Intent
i.Initialize(i.ACTION_VIEW, "file://" & File.DirRootExternal&"/myFolder/" )
i.SetType( "resource/folder" )
StartActivity(i)
I check this lib But link is died
PublicFile _Periklis Koutsogiannis