Hi
I was created xml file using kxml parser codng in the emulator Location ie(C:\Nokia\Devices\S40_6th_Edition_SDK\bin\Storage\6260000\C\predefgallery\predefphotos\my.xml)
we can't created a file in other location because it so Access Denied Error
i want to make use of the file(above said) in the same program to parse
Here is the problem for parsing the file should be with in the src folder then only it is parsed.
place the file on src folder and make use of ithe following getclass().getResourceAsStream("/my.xml")
it working fine.for that manually move that file
i need program to move the file
i do not know what to do?

Reply With Quote


