Hi All
I have developed a Java application in which I have provided some data files.
Now I want to delete those files from the program.
Can anybody tell me how can I achieve this.
Thanks in Advance,
Manan
Hi All
I have developed a Java application in which I have provided some data files.
Now I want to delete those files from the program.
Can anybody tell me how can I achieve this.
Thanks in Advance,
Manan
Do you want to remove files from inside the jar-file? You can do it manually, for example opening the jar-file with winzip (if you are using windows) and removing the files from there. There should be options to remove files (or not put them in the future versions) in your development tools too.
Hartti
No I want to delete files inside a Jar with my program.
that is user should be able to delete file withing a program.
Cheers,
Manan
Hi Manan,
It's not possible to remove files from your JAR file, using your application. Once again, do check the FileConnection API in case your target devices implement it.
BR