Hi,
Android 10 (Go) is (in popular parlance) doing my head in.
I've tried writing to and scanning different folders (Private, Internal, External, Path, AppPath, Special, relative).
It seems to write to GetPrivateFolder() and GetPrivateFolder("PIctures"), but they aren't visible in the File Manager.
It also writes to GetPrivateFolder("Pictures","External") to Internal>Android>data>package-name>files>Pictures which is visible.
But none of them are scanned into the Go Gallery (even after rebooting the phone).
All the other folders don't seem to write the file.
I reckon "/Storage/" is mapped to Internal>Android>data>package-name,
but code to write to "/Storage/files/Pictures/ss.jpg" doesn't seem to create the file.