A AlfaizDev Well-Known Member Licensed User Thursday at 8:28 AM #1 b4: Dim i As Intent i.Initialize(i.ACTION_VIEW,StorgGetPath) i.SetType( "resource/folder" ) StartActivity(i) Can I find something like this with b4i?
b4: Dim i As Intent i.Initialize(i.ACTION_VIEW,StorgGetPath) i.SetType( "resource/folder" ) StartActivity(i) Can I find something like this with b4i?
Erel B4X founder Staff member Licensed User Longtime User Thursday at 2:43 PM #2 I'm not sure what exactly are you trying to do, however the list of options is here: https://www.b4x.com/android/forum/t...al-resources-or-share-to-external-apps.99368/ Upvote 0
I'm not sure what exactly are you trying to do, however the list of options is here: https://www.b4x.com/android/forum/t...al-resources-or-share-to-external-apps.99368/
A AlfaizDev Well-Known Member Licensed User Yesterday at 4:22 AM #3 Erel said: I'm not sure what exactly are you trying to do, however the list of options is here: https://www.b4x.com/android/forum/t...al-resources-or-share-to-external-apps.99368/ Click to expand... I did not find what I want in the link you referred me to. I want to open my application folder using the file explorer. Upvote 0
Erel said: I'm not sure what exactly are you trying to do, however the list of options is here: https://www.b4x.com/android/forum/t...al-resources-or-share-to-external-apps.99368/ Click to expand... I did not find what I want in the link you referred me to. I want to open my application folder using the file explorer.
aeric Expert Licensed User Longtime User Yesterday at 7:23 AM #4 AlfaizDev said: I did not find what I want in the link you referred me to. I want to open my application folder using the file explorer. Click to expand... The resource folder for B4i app is File.DirDocuments The link shared by Erel has this information. Erel said: - Make File.DirDocuments accessible with the built-in Files app: https://www.b4x.com/android/forum/t...les-accessible-with-files-app.133476/#content Click to expand... Clicking the link opens the page with a Code Snippet. All files in File.DirDocuments / XUI.DefaultFolder will be accessible from the Files app (and iTunes as well). Click to expand... Upvote 0
AlfaizDev said: I did not find what I want in the link you referred me to. I want to open my application folder using the file explorer. Click to expand... The resource folder for B4i app is File.DirDocuments The link shared by Erel has this information. Erel said: - Make File.DirDocuments accessible with the built-in Files app: https://www.b4x.com/android/forum/t...les-accessible-with-files-app.133476/#content Click to expand... Clicking the link opens the page with a Code Snippet. All files in File.DirDocuments / XUI.DefaultFolder will be accessible from the Files app (and iTunes as well). Click to expand...