开发者

How to get array with all file names that in folder in resource "res" folder

开发者 https://www.devze.com 2023-03-12 05:39 出处:网络
I want to get array with all file Names that in folder inresource \"res\" folder开发者_运维百科, Is it possible? I am working on Blackberry UIApplicationThere is only Class.getResourceAsStream(String

I want to get array with all file Names that in folder in resource "res" folder开发者_运维百科, Is it possible? I am working on Blackberry UIApplication


There is only Class.getResourceAsStream(String name) method, so you should know what is in the resources BEFORE calling it.

0

精彩评论

暂无评论...
验证码 换一张
取 消