I want VB Script for checking list of files exists or not… If not exists that file name should be written in another text… I am giving input as text file… This text contain all the list of file names
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This will check if the file exists or not in VB Script
This will check if the file exists or not in VB.net (
Imports System.IO)To check a list you could simply loop though the list checking each file.