Visual Basic using tail on a specific file in a folder
问题 I have a VB script that is running on a server, several times a day. One of the things this script is doing is creating log files, stating the status of certain files, determined by the age of the files. I do this by first finding the oldest and newest file, and if the newest file is within a specific timestamp(5 min) the status is “OK”, IF something in the check goes wrong the status is changed to “ERROR” the status variable is string variable(should have been a Boolean, but that is for