News

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 ...
Recently I needed to create a script that processed two input files. By processed I mean that the script needed to get a line from one file, then get a line from the second file, and then do something ...
If you are wondering how to open SDR files on Windows 11/10, you can either use the parent tool, SmartDraw, or use an online tool or program.
So I have a C++ program that I'm refactoring from someone elses code. It has a File class object called File_C that's intended to handle all the file i/o for input files and put the data in files ...