I have a task to save the .txt in external SDCard(Not Device memory). I tried in all ways. I can't get the required output. The folder created and saved in internal device sdcard only. I used the following code.
private File mPath = new File(Environment.getExternalStorageDirectory() .getAbsolutePath() + "/Research/"+filname+".txt"); I also put the following code in Manifest file
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> But it is not working. Kindly help me. Thanks in advance.
fileObject.mkdir();orfileObject.mkdirs();to create new folder/folders