RE: Removing a tempdir's on Windows

2004-09-11 Thread Jim
> temporary directory. The script parses all the logs, dumping > those that are of interest to us for the various parts of the > report to smaller, easier to handle files. I am using the > following statement to create a temporary directory which > works out great, removing most of the file

Re: Removing a tempdir's on Windows

2004-09-10 Thread Tim Donahue
hould close your file handles in your parsing code, before you unlink > hth, > Mark G > > - Original Message - > From: Tim Donahue <[EMAIL PROTECTED]> > Date: Friday, September 10, 2004 2:58 pm > Subject: Removing a tempdir's on Windows > > > Hello,

Re: Removing a tempdir's on Windows

2004-09-10 Thread mgoland
Tim, You should close your file handles in your parsing code, before you unlink hth, Mark G - Original Message - From: Tim Donahue <[EMAIL PROTECTED]> Date: Friday, September 10, 2004 2:58 pm Subject: Removing a tempdir's on Windows > Hello, I am writing a custom log

Removing a tempdir's on Windows

2004-09-10 Thread Tim Donahue
Hello, I am writing a custom log parser for our Squid proxy, and I have run into some problems with trying to use a temporary directory. The script parses all the logs, dumping those that are of interest to us for the various parts of the report to smaller, easier to handle files. I am using the