The touch task creates a file but does not release it.  On line 163 of TouchTask.cs, it should probably assign the result of File.Create to a stream and then close the stream.  Sorry, we had been using the touch task to create lock files, but then we couldn't delete them!

Reply via email to