﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
484	ObjGet failures	Spiff59	Valik	"ObjGet doesn't seem to be doing what I expect it to.
I placed files named ""test.doc"", ""test.txt"" and ""test.xls"" in my root folder and used the following code to test:

{{{
		
	$file = ""C:\"" & InputBox("""",""file?"")
	$oExcel = ObjGet($file)
	If @error Then
		msgbox(1,"""", ""Path Not Found for: "" & $file)
	Else
		msgbox(1,"""", ""Path Found for: "" & $file)
	EndIf
	Exit
}}}

ObjGet appears to be sometimes functioning like ""FileExists"", ruturning 0 whether the file is in use or not.
Sometimes ObjGet works the first time a file is referenced, and then continues to report it (after thinking for a few seconds) as active long after the process was closed.  Oddly, when referencing a previously opened .txt file, ObjGet consistantly causes autoit3.exe to abend with 0xc0000005 at offset 00042a376. Just with the .txt extension. Weird...

The only other factors that may be in play here that I can think of are that this PC did get the recent SP3 update to XP Pro, and that I'm running my tests interpretively, via SciTE, rather than as compiled stand-alones.

Thanks. 
"	Bug	closed	3.2.13.7	AutoIt	3.2.12.0	None	Fixed		
