View Single Post
Old 07-01-2008, 07:18 AM   #8
Jayaseelan
Thumbs Must Hurt
 
Join Date: Jun 2008
Location: Chennai
Model: 8130
PIN: N/A
Carrier: AIRTEL
Posts: 51
Default

Quote:
Originally Posted by jeyaprakash.c View Post
hi
In emulator we can use both phone and sdcard memories..

For Sdcard:
FileConnection fc = (FileConnection)Connector.open("file:///SDCard/BlackBerry/filename.txt");

For Device Memory:
FileConnection fc = (FileConnection)Connector.open("file:///store/home/user/filename.txt");
Hi,
i tried both..

Bur both are throughs

net.rim.device.api.io.file.FileIOException: File not found

Exception..

I dont know y it happens?
__________________
Jayaseelan.V
Mobile Application Developer
INDIA.
Offline   Reply With Quote