So prior to Android 10, I had no issue with Saving files.
Now on the other hand, there is a problem. Android recognizes Data permissions but will not save files.
I assume this is do to the Scoped Storage that Google wants. My question is this...
What is the Best Path to Create for Storing files.
Currently I am using this: ExternalStorageDirectory$( "Android object" ) + "/VBE"
Which creates the proper Folder on Android 9.0 and prior.
Could someone please update the above to what it should be now?
If I figure it out, I will post the result for anyone whom is facing this problem. However, if someone beats me to it. Thanks in advance.