Posted By:
Linda_Johnson
Posted On:
Thursday, March 15, 2001 10:34 PM
How to check in a program whether a particular file is being used (by other thread(s))? This is related to a question I asked earlier. I simply cannot delete a file from a servlet after the file is accessed by RandomAccessFile. I suspect the server somehow has a claim on it.