What i want to do is to open a directory through android application and list all the files as well as directories present in that directory. I would also like to retrieve permissions and owner information of each file/directory. This can be achieved in java but how can i do the same in Android?
Share
The
java.iopackage has been reimplemented within Android. You should be able to use the same mechanisms in Android as you do in Java.