krnbatta / android-file-dialog

Automatically exported from code.google.com/p/android-file-dialog
0 stars 0 forks source link

return the last used folder (without filename) #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Added the last visited path to the return data.
This makes it easier to use the START_PATH option.

in onActivityResult()

lastPath = data.getStringExtra(FileDialog.RESULT_FOLDER)

Original issue reported on code.google.com by twig.ngu...@gmail.com on 10 Feb 2012 at 3:16

Attachments: