In java we r using File
lik
File file =new File(path);
Is there is ny method to cast our file connection to File used in java
In java we r using File
lik
File file =new File(path);
Is there is ny method to cast our file connection to File used in java
Anshu Chauhan
J2me Developer
Hi ansh,
In J2ME there is no such class like File. So we can not typecast the FileConnection of j2me to File.
Regards
Amit
Thanx buddy
Anshu Chauhan
J2me Developer