i have created 1 application in have access sdcard memory application. in should hide empty folders?
so easy relevant data faster.
file [] files=f.listfiles(); if(!files[i].length==0 && !files[i].ishidden()) { //perform operation here }
using way can ignore hidden , empty folders.
Comments
Post a Comment