applait / finderjs

Finder and file picker library for Firefox OS
http://finder.js.org
MIT License
14 stars 7 forks source link

Fixes #2 should hide hidden folders as well #2 #3

Closed kumarrishav closed 9 years ago

kaustavdm commented 9 years ago

@kumarrishav Neat implementation! Based on this, we don't need to check fileinfo.name.indexOf() any more in checkhidden.

Can you edit your code and use only the fullpath as argument to checkhidden?

kumarrishav commented 9 years ago

code updated

kaustavdm commented 9 years ago

@kumarrishav :+1: Thanks!