I wonder how you (C#)programmatically create a folder in the Assets Folder in Android. My project is called App1 so the folder I want to create is named: "imagefolder1"
The full path look like this: App1/Assets/imagefolder1
How can we create "imagefolder1" here? (Notice that I want to have many image folders in the Assets Folder. Please tell if this is the wrong place to have them)