I need to save a text file to one of the public directories on the external storage. This file will be viewed by the user via a file manager or on the pc, meaning not in my app.
The delevoper.andriod.com site states: "In API Level 8 or greater, use getExternalStoragePublicDirectory(), passing it the type of public directory you want, such as DIRECTORY_MUSIC, DIRECTORY_PICTURES, DIRECTORY_RINGTONES, or others. This method will create the appropriate directory if necessary."
Can anyone tell me how to find and/or reference the public Download folder using B4A?
The delevoper.andriod.com site states: "In API Level 8 or greater, use getExternalStoragePublicDirectory(), passing it the type of public directory you want, such as DIRECTORY_MUSIC, DIRECTORY_PICTURES, DIRECTORY_RINGTONES, or others. This method will create the appropriate directory if necessary."
Can anyone tell me how to find and/or reference the public Download folder using B4A?