lte5000 Posted June 2, 2004 Posted June 2, 2004 (edited) I'm likely doing something wrong, but please tell me what. Please see my comments inside the code box. Kendall $VOLUME2="F:" If ($VOLUME2) And (Not FileExists($VOLUME2)) Then MsgBox(0, "", "Vol2 does not exist") ;The first condition is True! ;The second condition is also True, the file does NOT exist! ;But I don't get the MsgBox! Edited June 2, 2004 by lte5000
CyberSlug Posted June 2, 2004 Posted June 2, 2004 You might try DriveGetFileSystem and DriveGetType to check for existance of a partition/volume. Seems like an AutoIt bug... I am filing a bug report. If "foo" Then MsgBox(4096,"Test1", "okay") If "foo" And 1 Then MsgBox(4096,"Hmm", "This should print") exit Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
lte5000 Posted June 3, 2004 Author Posted June 3, 2004 Thank you very much for your responses, CyberSlug and Larry. Thanks for taking care of the bug report, CyberSlug. Kendall
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