Is it possible to create files in subdirectories created under "/data/data/packagename/files/" directory using openFileOutput method in android? ie there is a sub-directory by name "text" inside the "/data/data/packagename/files/" directory. I want to use the openFileOutput (String name, int mode) method to write a file eg:sample.txt into this directory.... Is it possible to use openFileOutput method to do it....
Can any one help me on this....