c++ - Cocos2d-x How to list all files from a resource directory -


how list files resource directory?

i'm using c++ , need way read files resource directory , push vector.

ex:

cards/  card_1.png  card_414.png  card_6124.png  card_2.png 

i think there no available api in cocos2dx.

it's easy implement native code.


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -