How to browse file programatically?

I just want to ask if there is any way to browse a file in mobile phone. If there is, how can i make it programmatically? because we are supposed to send emails with file attachments.thanks....
[207 byte] By [Mark.Ramos222a] at [2007-11-26 21:22:28]
# 1
Please see JSR-75 and FileConnection. You can walk through directories and read files.
rashidmayesa at 2007-7-10 3:01:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
Also you can look at PDADemo in WTK2.5... It has a complete example of small file brouser...
Tigra321a at 2007-7-10 3:01:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3
can i use those sources u gave me for nokia phones? or in other words what are the limitations of the suggestions above?
Mark.Ramos222a at 2007-7-10 3:01:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 4
The source code is under Sun copyright, so I doubt, that you can reuse it.Tigra
Tigra321a at 2007-7-10 3:01:58 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 5
Please see the examples on forum.nokia.com. There is a fileConnection tutorial as well as a great deal of information about the limitations and capabilities of nokia devices.
rashidmayesa at 2007-7-10 3:01:59 > top of Java-index,Java Mobility Forums,Java ME Technologies...