View Single Post
  #2 (permalink)  
Old 07-31-2007, 03:42 PM
brianhks brianhks is offline
Senior Member
 
Join Date: Jul 2007
Posts: 134
brianhks will become famous soon enough
Not sure why you are using the FileInputStream.
Try this
Code:
File file = new File(mypath); file.delete();
Reply With Quote