I tried this Kotlin code to save a text file in external storage:
try { var filePath = Environment.getExternalStorageState() + File.separator + &q