Dirk Diggler Posted August 31, 2006 Posted August 31, 2006 Using autoit 3.2.0.1 run this script with any string - @error is equal 0 even if file not exist! $in=FileOpen($cmdline[1],0) MsgBox(0,'',@error)
GaryFrost Posted August 31, 2006 Posted August 31, 2006 Using autoit 3.2.0.1 run this script with any string - @error is equal 0 even if file not exist! it says it returns -1 not sets @error try: $in=FileOpen($cmdline[1],0) MsgBox(0,'',$in) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Dirk Diggler Posted September 1, 2006 Author Posted September 1, 2006 (edited) oops. sorry. my fault. please kill the topic. Edited September 1, 2006 by Dirk Diggler
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