I'm trying to debug an issue our systems guys are seeing. Here are the symptoms:
A file is created using the Scripting.FileSystemObject, but the contents are not written (the file is 0 bytes).
There is an infinite loop attempting write to the newly created file, the file always remains 0 bytes.
The code responsible for the file writing is not actually looping, it seems to come from FileSystemObject.
Has anyone heard of similar?