abhay123lp / find-ur-pal

Automatically exported from code.google.com/p/find-ur-pal
0 stars 0 forks source link

Code review request #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Purpose of code changes on this branch:
How to delete the file from the directory after its been processed? After 
searching on the net I found that we make a file using:
File f = new File(filename)
f.delete()
But this is not working.
What to do?

Original issue reported on code.google.com by saloni09...@iiitd.ac.in on 28 Oct 2011 at 4:27