stev379 0 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"? Share this post Link to post Share on other sites
SlimShady 1 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 Share this post Link to post Share on other sites
stev379 0 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. Share this post Link to post Share on other sites