Hi, I am experiensing this issue very often
it happens in the following scenario:
you have let's say 150 files
149 appear with simple listFolder
and one is not listed
then move all the 149 files and only leave the one that was not listed
and add one more
when you call
listFolder: again it will only return 1 file
and hasMore will be TRUE
Any ideas how I can force list folder to always return all files in the directory?
(objC api)
Kind regards.