Hi.
I have the problem to access the Download Folder (or, alternatively, the Document folder). I have read previous posts, included one of mine, about using ExternalStorage library and I saw the difficulty to explain the problem. Therefore I am aware that a misunderstanding will arise on the question. BTW I also successfully tried the ExternalStorage example which works fine. The question may be misunderstood because it is not the matter of "accessing", but to do it without user's intervention. As a matter of fact, I have an App, with its graphical "standards" (colors, buttons etc.). It is weird to use the ExternalStorage library example "as is" because it has a completely different user interface. This is the point, and I don't see the way to use the ExternalStorage library for my needs. (Maybe it is impossible..) Resuming, let's fix the following:
1) I don't want to ask anything to the user. I don't want anything to appear. (Because I only want to access a the Download folder : thus there is nothing to ask to the user).
2) my goal is to copy the files of just one type (for example the "Download/*.jpg" files) to folders which are internal to the GetSafeDefaultDir of my App.
The final question is: is it possible or not?
Thanks in advance