I want to create an Android app by using Qt. The app should have the ability to ask the user for a destination directory (which could be provided by an cloud storage app) and then creates files in this folder.
Until know I have found QDir, which allows to access directories and QFile, which can be used to read and write existing files but I have no idea how you can create new files under a folder that is gives as a conten:// URI.
Does anybody know how this can be achieved?