stev379 0 Posted February 15, 2005 Share 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"? Link to post Share on other sites
SlimShady 1 Posted February 15, 2005 Share 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 Link to post Share on other sites
stev379 0 Posted February 15, 2005 Author Share 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. Link to post Share on other sites
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