05-11-2011, 12:23 AM
|
#1 (permalink)
|
| New Member
Join Date: May 2011 Model: 9800 PIN: N/A Carrier: AT&T
Posts: 1
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Blackberry Torch Fileconnection Please Login to Remove! I try to create directory in blackberry torch. But its throwing directory not found exception. Here is my code
FileConnection fc = (FileConnection) Connector.open("file:///store/home/user/documents/sample/", Connector.READ_WRITE);
if (!fc.exists()) {
fc.mkdir();
}
fc.close();
Can anyone suggest me if i am wrong.
Last edited by radhikothandan : 05-11-2011 at 12:25 AM.
|
| Offline
| |