I am trying to check if a File Exists in a Directory and If it Does Not then I want create it
Seems straightforward enough but I keep getting a "Bad FileName" error on the Open for Output command
Simple code is :
Dim CheckFile As String
CheckFile = "C:\aaValidate.log"...