programmatically access the file system and create, modify, delete, open, and close files for different purposes. To open/create a file in VBScript, you must create a handle on the FileSystemxxx ...
I've been using OpenAsATextStream to modify text files, but I'm having some trouble with it. Opening it to write seems to eat the file. I could open to append, but that wouldn't do what I want it to; ...