I am trying to create folder in android internal storage.For that I am using below code
val path = File(getExternalFilesDir(null),"MyFolder")