I'm a bit lost using the Content Chooser.
As Per the Help Viewer:
"If the user has installed a file manager then the ContentChooser can be used to select general files.
This object should usually be declared as a process global object."
Am I correct that the "File Manager is the FILE library?, or is it the "Files TAB" in the IDE or am I really lost?
I added a file using the "Files" tab in the IDE the copied as below:
Next I need to get the PATH using the content chooser I was told. How is this done? The help says to use Show (Mime As String, Title As String)
I'm lost
Thanks
Doug
As Per the Help Viewer:
"If the user has installed a file manager then the ContentChooser can be used to select general files.
This object should usually be declared as a process global object."
Am I correct that the "File Manager is the FILE library?, or is it the "Files TAB" in the IDE or am I really lost?
I added a file using the "Files" tab in the IDE the copied as below:
B4X:
Dim fn As String
fn = "8598.pdf" ' this should be in File.DirAssets
' need to copy to root external
File.Copy(File.DirAssets,fn,File.DirRootExternal,fn)
Next I need to get the PATH using the content chooser I was told. How is this done? The help says to use Show (Mime As String, Title As String)
I'm lost
Thanks
Doug