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 concurrency.
I'm currently using FileSystemObject to open and write to this file. Does FSO support exclusive file access?