By default, the BlackBerry file system is presented as a single file in the host system. You will see this file in your simulator directory, for example 8900-fs.dmp (for example, for the 8900 simulator) or 8900-sdcard.dmp (for the file system on the virtual SD card for the same device).
Unfortunately, you cannot view files stored in the file system of the simulator device, but you can configure the simulator to use the actual directory for your SDCard. This is located on the "Memory" tab of the simulator dialog box (under "Debug Configurations" β "Simulator" if you are using the Eclipse JDE plug-in). You can write sdcard using the file: /// sdcard prefix
Another option is that a file browser is built into BlackBerry - it is (non-intuitively) under the "Media" icon. Click the Media icon, then open the menu and find the "Browse" item. You can view the file system of the simulator and see if you have a file.
source share