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 ...
The script below will loop through the specified folder, and pipe the information into a CSV file. It pulls out the subfolder names as well as their sizes. It works, except for when there are long ...