Need help with this one.
I have a VBS script that currently writes to a logfile. This script can be kicked off my multiple simultaneous processes so now I'm worried about concurreny.
I'm currently using the FilesystemObject to open and write to this file. Does FSO support exclusive file access?
Thanks in Advance