﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1743	fileexists	anonymous		"I'm getting different results from the below two examples

;displays msgbox
$craw=""C:\Program Files\Internet Explorer\iexplore.exe""
if fileexists($craw) then msgbox(0,$craw,"""",0)

----------------------

;does not display msgbox 
$craw=$CmdLineRaw
if fileexists($craw) then msgbox(0,$craw,"""",0)

;$cmdlineraw would be populated with
;""C:\Program Files\Internet Explorer\iexplore.exe""
;when executed with same command line parameter.


;C:\Program Files\Internet Explorer\iexplore.exe)
"	Bug	closed		AutoIt	3.3.6.1	None	No Bug		
