stev379 Posted February 15, 2005 Posted February 15, 2005 I'm using "FileExists" to check if mapped drives exist. I'm using case statements so I can't use an Else statement. Is there anything like a "FileNotExists"?
SlimShady Posted February 15, 2005 Posted February 15, 2005 (edited) How about this? If NOT FileExists(@TempDir & "\SomeFile.tmp") Then ;File is not found EndIf Edited February 15, 2005 by SlimShady
stev379 Posted February 15, 2005 Author Posted February 15, 2005 I figured it out just before I checked back for you post. Thanks! Now I know I'm on the right path.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now