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 ...
I assumed (my mistake) you wanted threadsafe code but based on your comment later about the file open mode it seems you may not.<BR><BR>My advice was to make the code threadsafe. Write it in such a ...