Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if fso.fileexists(filename)
what is the work of fileexists function here ?
Although I agrre with m wolf, the method checks if the file represented by filename variable (with path included) exists. It response true if exists and false if doesn't exist.
Simone
Your questions would be better asked on a vbscript forum.
Although I agrre with m wolf, the method checks if the file represented by filename variable (with path included) exists. It response true if exists and false if doesn't exist.
Simone