Any help will be highly appreciated as I'm going nuts and I have been googling for like 3 hours now with no luck. Basically, I'm writing a Notepad app. I need to create raw .txt files and save them on /AppData/MyAppName.
I think I have everything. I can create the directory, but I can't access it. It tells me that: "File /AppData/MyAppName contains a path separator." > I don't know what else to do. I have added the following permissions to my app: - android.permission.MOUNT_FORMAT_FILESYSTEMS - android.permission.WRITE_EXTERNAL_STORAGE My code is here: My Action Listener Code <http://pastebin.com/Vu2Fixhy> What could I possibly be doing wrong? Any corrections will be appreciated as I am pretty new to Android development. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

