• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to delete files reside in the server

 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I need to delete files in certain folder in the server. File.delete() doesn't work for my case, do you have any idea how to do?
Thanks a lot...
 
Wanderer
Posts: 18671
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
See this thread for ideas. When you say delete files on the server, are you using a program running on the server? Or are you trying to do this remotely somehow?
[ August 16, 2002: Message edited by: Jim Yingst ]
 
Conie Ooi
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm using multipartRequest to upload the file to the directory in the server, and i have written a small program to upload the file from the server's directory to the Blob in the database. So after the database uploading is complete, i need to delete the files in the server's directory.
I went through the thread in the reply and try in on, when i check the existance of the files, those files are exist, file.delete() just can't delete the files. Do you have any idea why and how?
Thanks a lot...
 
reply
    Bookmark Topic Watch Topic
  • New Topic