I had the (bad) surprise to see that the fso.fileExists method doesn't allow joker chars like "*".
ie :
returns "false" even if "c:\windows\System32\" folder is full of dlls.
Does anyone know how to achieve this in an HTML included VBS ?
Any help would be apreciated. Water is not bad as long as it stays out human body ;-)
ie :
Code:
fso.FileExists("c:\windows\System32\*.dll")
Does anyone know how to achieve this in an HTML included VBS ?
Any help would be apreciated. Water is not bad as long as it stays out human body ;-)