Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
New Developer
kiranvukanti
Posts: 14
Registered: 10-22-2009

How to access black berry internal folders

Hi all,

   I want to access  black berry  internal folders.

 

       I have used the FileSystemRegistry class.Following is the code

 

       Enumeration rootEnum = FileSystemRegistry.listRoots();

        while (rootEnum.hasMoreElements()) {
            String file = (String) rootEnum.nextElement();
           
        }

 

     By using the above code I will get all the files,How can I differentiate intenal folders from extenal folders.

    What is generic way to access the internal folders.

 

Please use plain text.