In several fileprovider examples, I see the below code for the manifest:
I understand that the "shared" is the name of the sub-directory that the files are in and this can even be set to "" (null) to specify the root directory.
But what does the "name" parameter do?
B4X:
CreateResource(xml, provider_paths,
<external-path name="name" path="shared" />
)
I understand that the "shared" is the name of the sub-directory that the files are in and this can even be set to "" (null) to specify the root directory.
But what does the "name" parameter do?