How to Verify if file exist with VB script
- by yael
ho to verify by VB script syntax if the file conf C:\Program Files\conf
exist under Program Files ?
for example
if it exist then msgBox print file exist
if not the msgBox print file not exist
THX