Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vbscoded

    Trouble with FileExists method

    Hi All, dglienna said: try this If Dir( strsfxcllogsrc ) <> "" Then Error: Microsoft VBScript runtime error: Variable is undefined: 'Dir' tsuji said: [1] Comment out your "on error resume next" in the script. That is the problem. False negative is an illusion. on error resume next...
  2. vbscoded

    Trouble with FileExists method

    Thanks for responses! I will try them and post my results.
  3. vbscoded

    Trouble with FileExists method

    Hi VBS Forum, This problem has been plaguing me for quite some time and I'd really like to get to the bottom of it. I really hope someone can help me. The problem is, whenever I run the following code, I get a false-negative for the first conditional statement. Since I know the file I'm...

Part and Inventory Search

Back
Top