hedzr / android-file-chooser

a lightweight file/folder chooser or picker
Apache License 2.0
284 stars 62 forks source link

User decides on choosing File or Folder #80

Open DatL4g opened 4 years ago

DatL4g commented 4 years ago

Is there a way to let the user decide if he choose a file or folder?

I thougth about a Negativ Button with Cancel and a Neutral Button with Choose current folder and normally clicking a file for choosing that.

hedzr commented 4 years ago

I apologize for the late resp.. The scene described might be rare. I'm not sure about that. In most cases, an app who used afc will decide which type, file or folder, should be chosen.

DatL4g commented 4 years ago

No problem. I could use that and the results are the same. (File and Path)

hedzr commented 4 years ago

Great, it worth to try later. But, there is still a problem, this means no room if using multiple select feature.