﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
546	FileOpen() Shared/exclusive access	ChrisL	Valik	"I would find it useful to add a new flag or flags to the FileOpen() function for FILE_SHARE_NONE, FILE_SHARE_READ and FILE_SHARE_WRITE.

Sometimes it is necessary to read and write to a file exclusively and if we could use an optional flag at the end of FileOpen() for shared access or exclusive access.

I don't know if you could do it by adding another numerical flag to the existing set, or have a 3rd optional parameter 1 for exclusive and 0 for Shared (deault)

I am aware that there are work arounds for this but it would be much neater for AutoIt to support it natively.

Thanks

"	Feature Request	closed		AutoIt		None	Rejected	FileOpen, Exclusive, FILE_SHARE_NONE, FILE_SHARE_READ, FILE_SHARE_WRITE	
