This is probably simple, but I can't figure it out from the docs.<BR><BR>I have a process that I need to log info to a file, creating the file if it doesn't exist, and appending to the end if it ...
This uses the SyncLock statement (or Monitor if you like) and a lock object which all thread can access.<BR><BR>If you want to do it using file handle open modes it'll work if you make sure to open ...