Hi all, I have been looking through our test cases.
They create a number of temp files in the user's default temp directory. And they are not cleaned up. I propose that we change the tests to create the temp files in a known location. We can use the createTempFile function that specifies the directory. Which we can then clean up. And also they will be available for my coverage testing :-) Any comments? -- Cheers, Ian C
