Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

if fso.fileexists(filename)


if fso.fileexists(filename)

what is the work of fileexists function here ?

1 Solution

Accepted Solutions
simospa
Partner - Specialist
Partner - Specialist

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

View solution in original post

2 Replies
m_woolf
Master II
Master II

Your questions would be better asked on a vbscript forum.

simospa
Partner - Specialist
Partner - Specialist

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