Number of files in folder

Please, say, how to count the number of files in a folder “Resources”?

Hello!

I have a similar problem that I want to list files in a subdir to Resources. It works fine under iOS but under Android I can’t even find the folder I want to list. I’m using readdir and opendir from dirent.h. Here’s a good example of how to use it: http://stackoverflow.com/questions/612097/how-can-i-get-a-list-of-files-in-a-directory-using-c-or-c

Hope it helps! :slight_smile: