singhangadin / android-filepicker

Selecting directories/files made a lot easier.
Apache License 2.0
651 stars 139 forks source link

If people does not select anything return directory path for dir_type and both_type #47

Closed npes87184 closed 7 years ago

npes87184 commented 7 years ago

issue #44

singhangadin commented 7 years ago

Hey, thanks for helping me out. However, there is a problem with this. The only way developer can judge whether a file has been selected or not is the size of the paths passed to him as a parameter. Since you are returning the present directory path, there won't be a possible way to check whether directory was selected or last visited. That will affect the existing library users. I hope you are getting it.

npes87184 commented 7 years ago

Got it! Thanks.