﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1413	Shared file access flags behavior change in FileOpen	GicuPiticu		"It seems that FileOpen function has been modified about the way it handles shared file access flags in 3.3.4.0 as opposed to 3.3.2.0.
Maybe it's time for implementing FileOpen modes/flags like OF_SHARE_DENY_NONE and so on.

With code like the folowing... one can't do a ""tail"" any more on the test.log file while the script is running... because of ""File Sharing Violation"".
If the script gets compiled/runned by 3.3.2.0 -> no problem....it all started with compiling/running the same script in 3.3.4.0....
{{{
$hLogFile=FileOpen(""test.log"")
While True
;;;do somethin' useful
   FileWrite($hLogFile,""some meaningfull message"")
   FileFlush($hLogFile)
;;;more processing
Wend
}}}
"	Bug	closed		AutoIt	3.3.4.0	None	No Bug	FileOpen, Shared file access flags	piticu.gicu@…
